Re: DT include files

2014-01-24 Thread Heiko Stübner
Hi Shawn, did this topic get any final resolution - especially in terms of the pingrp.h header? As I'm currently preparing two board files (imx50 and imx6sl) this discussion made me unsure if using the pin-group definitions is still the preferred style. Thanks Heiko On Monday 13 January

[PATCH 6/9] ARM: DTS: omap5: Set all audio related IP's status to disabled as default

2014-01-24 Thread Peter Ujfalusi
Board dts files will need to enable the IP nodes which they are using and does not have to care about the not used ones (to disable them). Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH 2/9] ARM: DTS: omap4-sdp: Move audio related pinmux to respective nodes

2014-01-24 Thread Peter Ujfalusi
Attach the pinctrl nodes to their respective device node: mcbsp1, mcbsp2, dmic, mcpdm and twl6040. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- arch/arm/boot/dts/omap4-sdp.dts | 33 - 1 file changed, 28 insertions(+), 5 deletions(-) diff --git

[PATCH 3/9] ARM: DTS: omap4: Set all audio related IP's status to disabled as default

2014-01-24 Thread Peter Ujfalusi
Board dts files will need to enable the IP nodes which they are using and does not have to care about the not used ones (to disable them). Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- arch/arm/boot/dts/omap4.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git

[PATCH 8/9] ARM: DTS: omap2: Set disabled status for McBSP instances as default state

2014-01-24 Thread Peter Ujfalusi
In omap2420.dtsi and omap2430.dtsi disable all mcbsp nodes and board dts files can explicitly enable the mcbsp they are using. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- arch/arm/boot/dts/omap2420.dtsi | 2 ++ arch/arm/boot/dts/omap2430.dtsi | 5 + 2 files changed, 7

[PATCH 7/9] ARM: DTS: omap3: Set disabled status for McBSP instances as default state

2014-01-24 Thread Peter Ujfalusi
In omap3.dtsi disable all mcbsp nodes and board dts files can explicitly enable the mcbsp they are using. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- arch/arm/boot/dts/omap3-beagle-xm.dts | 4 arch/arm/boot/dts/omap3-beagle.dts | 4

[PATCH 9/9] ARM: DTS: am335x-evmsk: Correct audio clock frequency

2014-01-24 Thread Peter Ujfalusi
The clock for audio is sourced from virt_2400_ck, so the correct frequency is 2400. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com CC: sta...@vger.kernel.org # 3.13.x --- arch/arm/boot/dts/am335x-evmsk.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH v2 2/4] pinctrl: st: Add software edge trigger interrupt support.

2014-01-24 Thread Lee Jones
+/* + * As edge triggers are not supported at hardware level, it is supported by + * software by exploiting the level trigger support in hardware. (...) All this is quite hard to understand. Maybe it's just because it's hard overall. Edge triggers are not supported by hardware so we

Re: [PATCH RFC v2 2/2] Documentation: arm: define DT C-states bindings

2014-01-24 Thread Vincent Guittot
On 22 January 2014 20:20, Lorenzo Pieralisi lorenzo.pieral...@arm.com wrote: Hi Vincent, On Tue, Jan 21, 2014 at 11:16:46AM +, Vincent Guittot wrote: Hi Lorenzo, On 20 January 2014 18:47, Lorenzo Pieralisi lorenzo.pieral...@arm.com wrote: ARM based platforms implement a variety of

[PATCH v4 13/14] spi: rspi: Add DT support

2014-01-24 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@linux-m68k.org Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Cc: devicetree@vger.kernel.org --- v2: - Clarify RSPI/QSPI - Add interrupt-parent - s/should/must/ for #address-cells and #size-cells v3: - Add renesas,rspi-sh - Drop

[PATCH] ARM-i.MX6Q-dts : Added USB_OTG Support

2014-01-24 Thread Ashutosh singh
This patch adds support for USB_OTG on Phytec phyFLEX-i.MX6 Quad module. Signed-off-by: Ashutosh singh ashutos...@phytec.in --- arch/arm/boot/dts/imx6q-phytec-pbab01.dts |4 arch/arm/boot/dts/imx6q-phytec-pfla02.dtsi | 22 ++ 2 files changed, 26 insertions(+)

Re: [PATCH v4 13/14] spi: rspi: Add DT support

2014-01-24 Thread Mark Rutland
On Fri, Jan 24, 2014 at 08:44:03AM +, Geert Uytterhoeven wrote: From: Geert Uytterhoeven geert+rene...@linux-m68k.org Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Cc: devicetree@vger.kernel.org --- v2: - Clarify RSPI/QSPI - Add interrupt-parent -

Re: [PATCH v5 1/8] ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs

2014-01-24 Thread Mark Rutland
On Wed, Jan 22, 2014 at 03:30:45AM +, Marc Carino wrote: The BCM7xxx series of Broadcom SoCs are used primarily in set-top boxes. This patch adds machine support for the ARM-based Broadcom SoCs. Signed-off-by: Marc Carino marc.cee...@gmail.com Acked-by: Florian Fainelli

Re: [PATCH v5 4/8] ARM: do CPU-specific init for Broadcom Brahma15 cores

2014-01-24 Thread Mark Rutland
On Wed, Jan 22, 2014 at 03:30:48AM +, Marc Carino wrote: Perform any CPU-specific initialization required on the Broadcom Brahma-15 core. Signed-off-by: Marc Carino marc.cee...@gmail.com Acked-by: Florian Fainelli f.faine...@gmail.com --- arch/arm/mm/proc-v7.S | 11 +++ 1

[PATCH v2 Resend] Documentation: mfd: Add binding document for S2MPA01

2014-01-24 Thread Sachin Kamat
Added initial binding documentation for S2MPA01 MFD. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- * Re-organised as suggested by Mark Rutland. --- Documentation/devicetree/bindings/mfd/s2mpa01.txt | 86 + 1 file changed, 86 insertions(+) create mode 100644

Re: [PATCH v5 6/8] ARM: brcmstb: add misc. DT bindings for brcmstb

2014-01-24 Thread Mark Rutland
On Wed, Jan 22, 2014 at 03:30:50AM +, Marc Carino wrote: Document the bindings that the Broadcom STB platform needs for proper bootup. Signed-off-by: Marc Carino marc.cee...@gmail.com Acked-by: Florian Fainelli f.faine...@gmail.com --- .../devicetree/bindings/arm/brcm-brcmstb.txt

Re: [RFC] Culling traffic volume on devicetree mailing list

2014-01-24 Thread Grant Likely
On Wed, 22 Jan 2014 08:05:20 -0800, Florian Fainelli f.faine...@gmail.com wrote: Hi, Le mardi 21 janvier 2014, 14:40:48 Grant Likely a écrit : Hi everyone, Today on the devicetree conf call we (Rob, Ian and I) talked about culling the volume of traffic on the devicetree list so that

Re: [PATCH v5 8/8] ARM: brcmstb: dts: add a reference DTS for Broadcom 7445

2014-01-24 Thread Mark Rutland
On Wed, Jan 22, 2014 at 03:30:52AM +, Marc Carino wrote: Add a sample DTS which will allow bootup of a board populated with the BCM7445 chip. Signed-off-by: Marc Carino marc.cee...@gmail.com Acked-by: Florian Fainelli f.faine...@gmail.com --- arch/arm/boot/dts/bcm7445.dts | 111

Re: [RFC] Culling traffic volume on devicetree mailing list

2014-01-24 Thread Grant Likely
On Wed, 22 Jan 2014 12:22:43 -0500, Jason Cooper ja...@lakedaemon.net wrote: Grant, On Tue, Jan 21, 2014 at 02:40:48PM +, Grant Likely wrote: Hi everyone, Today on the devicetree conf call Sorry I couldn't make it, I had a last minute engagement yesterday AM. we (Rob, Ian

Re: [RFC] Culling traffic volume on devicetree mailing list

2014-01-24 Thread Grant Likely
On Wed, 22 Jan 2014 10:35:58 -0800, Olof Johansson o...@lixom.net wrote: On Tue, Jan 21, 2014 at 6:40 AM, Grant Likely grant.lik...@secretlab.ca wrote: Hi everyone, Today on the devicetree conf call we (Rob, Ian and I) talked about culling the volume of traffic on the devicetree list so

Re: [PATCH v2] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support

2014-01-24 Thread Srikanth Thokala
Hi Lars, On Thu, Jan 23, 2014 at 4:55 PM, Lars-Peter Clausen l...@metafoo.de wrote: On 01/22/2014 05:52 PM, Srikanth Thokala wrote: [...] +/** + * xilinx_vdma_device_control - Configure DMA channel of the device + * @dchan: DMA Channel pointer + * @cmd: DMA control command + * @arg:

Re: [PATCH V4 5/5] Documentation: power: reset: Add documentation for generic SYSCON reboot driver

2014-01-24 Thread Mark Rutland
On Thu, Jan 23, 2014 at 07:20:01PM +, Feng Kan wrote: Add documentation for generic SYSCON reboot driver. Signed-off-by: Feng Kan f...@apm.com --- .../bindings/power/reset/syscon-reboot.txt | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode

Re: [PATCHv3 30/41] ARM: omap3-n900.dts: add display information

2014-01-24 Thread Tomi Valkeinen
On 2014-01-21 17:26, Sebastian Reichel wrote: On Tue, Jan 21, 2014 at 12:57:02PM +0200, Tomi Valkeinen wrote: Add DT data for OMAP3 N900 board. The board has the following displays: lcd: LCD panel connected to OMAP's SDI output tv: analog svideo Signed-off-by: Tomi Valkeinen

Re: [PATCH] ARM-i.MX6Q-dts : Added USB_OTG Support

2014-01-24 Thread Mark Rutland
On Fri, Jan 24, 2014 at 09:28:44AM +, Ashutosh singh wrote: This patch adds support for USB_OTG on Phytec phyFLEX-i.MX6 Quad module. Signed-off-by: Ashutosh singh ashutos...@phytec.in --- arch/arm/boot/dts/imx6q-phytec-pbab01.dts |4 arch/arm/boot/dts/imx6q-phytec-pfla02.dtsi

Re: [PATCH] ARM-i.MX6Q-dts : Added USB_OTG Support

2014-01-24 Thread Fabio Estevam
Hi Mark, On Fri, Jan 24, 2014 at 9:50 AM, Mark Rutland mark.rutl...@arm.com wrote: + + regulators { + compatible = simple-bus; This is _not_ a simple bus. It doesn't have the required ranges property. Why do these need to be in a regulators container node? We don't group

Re: [PATCH] dtc: Sort unit addresses by number

2014-01-24 Thread Anton Blanchard
Hi Mark, Minor issue, but when #address-cells == 2, some unit addresses are split in the middle by a ',' to separate the value of each cell, e.g. flash@2,0. For those, is_hex will return false and we'll compare unit-addresses as strings. I took a quick look over the dts in the Linux

[PATCH 15/15] ARM: shmobile: koelsch dts: Enable Quad SPI transfers for the SPI FLASH

2014-01-24 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@linux-m68k.org Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Cc: devicetree@vger.kernel.org --- This depends on spi-rspi and m25p80 updates arch/arm/boot/dts/r8a7791-koelsch.dts |2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH v2 12/15] ARM: shmobile: koelsch dts: Add QSPI nodes

2014-01-24 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@linux-m68k.org Add pinctrl and SPI devices for QSPI on Koelsch. Add Spansion s25fl512s SPI FLASH and MTD partitions. Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Cc: devicetree@vger.kernel.org --- v2: - No changes

[PATCH v4 06/15] ARM: shmobile: r7s72100 dtsi: Add RSPI nodes

2014-01-24 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@linux-m68k.org Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Cc: devicetree@vger.kernel.org --- v4: - Switch to named IRQs v3: - No changes v2: - No changes arch/arm/boot/dts/r7s72100.dtsi | 70

[PATCH v4 07/15] ARM: shmobile: genmai reference dts: Add RSPI nodes

2014-01-24 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@linux-m68k.org Add pinctrl and SPI devices for RSPI on Genmai. On this board, only rspi4 is in use. Its bus contains a single device (a wm8978 audio codec), for which no bindings are defined yet. Signed-off-by: Geert Uytterhoeven

[PATCH v2 11/15] ARM: shmobile: r8a7791 dtsi: Add QSPI node

2014-01-24 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@linux-m68k.org Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Cc: devicetree@vger.kernel.org --- v2: - No changes arch/arm/boot/dts/r8a7791.dtsi | 12 1 file changed, 12 insertions(+) diff --git

Re: [PATCH RFC v2 REPOST 3/8] ASoC: davinci-evm: HDMI audio support for TDA998x trough McASP I2S bus

2014-01-24 Thread Jyri Sarha
On 01/21/2014 09:15 PM, Mark Brown wrote: On Wed, Jan 15, 2014 at 01:27:21PM +0200, Jyri Sarha wrote: On 12/31/2013 03:25 PM, Mark Brown wrote: support. The only supported sample format is SNDRV_PCM_FORMAT_S32_LE. The 8 least significant bits are ignored. Where does this constraint come

Re: [PATCH v4 13/14] spi: rspi: Add DT support

2014-01-24 Thread Geert Uytterhoeven
On Fri, Jan 24, 2014 at 10:33 AM, Mark Rutland mark.rutl...@arm.com wrote: +- interrupts : 1 interrupt for RSPI cores using a single multiplexed + interrupt, + 3 interrupts (SPEI, SPRI, SPTI) for RSPI cores using + separate interrupts.

Re: [PATCH v2] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support

2014-01-24 Thread Lars-Peter Clausen
On 01/24/2014 12:16 PM, Srikanth Thokala wrote: Hi Lars, On Thu, Jan 23, 2014 at 4:55 PM, Lars-Peter Clausen l...@metafoo.de wrote: On 01/22/2014 05:52 PM, Srikanth Thokala wrote: [...] +/** + * xilinx_vdma_device_control - Configure DMA channel of the device + * @dchan: DMA Channel

[PATCH v3 0/2] regulator: s5m8767: Use GPIO for controlling Buck9/eMMC

2014-01-24 Thread Krzysztof Kozlowski
Hi, This is third version of patch adding GPIO control over Buck9 regulator in s5m8767 regulator driver. Previously the patch was part of larger patchset from which all other patches were applied. Changes since v2: 1. Use only one DT property (s5m8767,pmic-ext-control-gpios); suggested by

[PATCH v3 2/2] regulator: s5m8767: Document new binding for Buck9 GPIO control

2014-01-24 Thread Krzysztof Kozlowski
Add documentation for new binding for controlling (enable/disable) the Buck9 Converter by GPIO (BUCK9EN). Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: Bartlomiej Zolnierkiewicz

Re: [PATCH 1/2] usb: dwc3: core: continue probing if usb phy library returns -ENODEV/-ENXIO

2014-01-24 Thread Kishon Vijay Abraham I
Hi, On Tuesday 21 January 2014 08:17 PM, Felipe Balbi wrote: On Tue, Jan 21, 2014 at 03:41:38PM +0530, Kishon Vijay Abraham I wrote: Since PHYs for dwc3 is optional (not all SoCs that have DWC3 use PHYs), do not return from probe if the USB PHY library returns -ENODEV as that this isn't

Re: [PATCH 0/2] DT updates for Hummingboard and new Cubox-i

2014-01-24 Thread Shawn Guo
On Sun, Jan 19, 2014 at 10:52:46AM -0800, Olof Johansson wrote: I'm well aware that the DT branch has not been merged, and that's because there has been no consensus from DT maintainers on the massive rework you did as the base of the branch. I guess the 'massive rework' you're talking about

Re: [PATCH v2 3/7] devicetree: bindings: add cpu clock configuration data binding for Exynos4/5

2014-01-24 Thread Thomas Abraham
Hi Rob, On Tue, Jan 21, 2014 at 1:01 PM, Thomas Abraham ta.oma...@gmail.com wrote: Hi Rob, On Sat, Jan 18, 2014 at 8:52 PM, Rob Herring robherri...@gmail.com wrote: On Sat, Jan 18, 2014 at 6:10 AM, Thomas Abraham ta.oma...@gmail.com wrote: From: Thomas Abraham thomas...@samsung.com The

Re: [PATCH] ARM-i.MX6Q-dts : Added USB_OTG Support

2014-01-24 Thread Shawn Guo
On Fri, Jan 24, 2014 at 11:50:05AM +, Mark Rutland wrote: @@ -18,6 +18,19 @@ memory { reg = 0x1000 0x8000; }; + + regulators { + compatible = simple-bus; This is _not_ a simple bus. It doesn't have the required ranges property. Maybe

Re: [PATCH v3 1/2] regulator: s5m8767: Use GPIO for controlling Buck9/eMMC

2014-01-24 Thread Lee Jones
On Fri, 24 Jan 2014, Krzysztof Kozlowski wrote: Add support for GPIO control (enable/disable) over Buck9. The Buck9 Converter is used as a supply for eMMC Host Controller. BUCK9EN GPIO of S5M8767 chip may be used by application processor to enable or disable the Buck9. This has two

Re: [PATCH v5 4/4] [media] exynos-scaler: Add DT bindings for SCALER driver

2014-01-24 Thread Tomasz Figa
Hi Shaik, On 09.01.2014 04:28, Shaik Ameer Basha wrote: This patch adds the DT binding documentation for the Exynos5420/5410 based SCALER device driver. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com ---

Re: [PATCH 2/5] arm64: dts: APM X-Gene SoC Ethernet device tree nodes

2014-01-24 Thread Mark Salter
On Fri, 2013-12-20 at 19:42 -0800, Iyappan Subramanian wrote: Device tree files for APM X-Gene SoC Ethernet. Signed-off-by: Iyappan Subramanian isubraman...@apm.com Signed-off-by: Ravi Patel rapa...@apm.com Signed-off-by: Keyur Chudgar kchud...@apm.com ---

Re: [PATCH 1/3] mmc: add support for power-on sequencing through DT

2014-01-24 Thread Fabio Estevam
On Mon, Jan 20, 2014 at 2:48 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: So far so good. Now, what about this external oscillator which has its own separate power control. My immediate thought is that this can be specified via card_ext_clock - I would simply need to declare a

Re: [RFC PATCH 1/1] of/irq: create interrupts-extended-2 property

2014-01-24 Thread Grant Likely
On Mon, 20 Jan 2014 17:03:23 -0800, Olof Johansson o...@lixom.net wrote: On Mon, Jan 20, 2014 at 2:47 PM, Grant Likely grant.lik...@linaro.org wrote: On Wed, 15 Jan 2014 16:12:24 +, Mark Rutland mark.rutl...@arm.com wrote: Another, more invasive option would be extend the dts

Re: [PATCH V4 5/5] Documentation: power: reset: Add documentation for generic SYSCON reboot driver

2014-01-24 Thread Christopher Covington
On 01/24/2014 06:39 AM, Mark Rutland wrote: On Thu, Jan 23, 2014 at 07:20:01PM +, Feng Kan wrote: Add documentation for generic SYSCON reboot driver. Signed-off-by: Feng Kan f...@apm.com --- .../bindings/power/reset/syscon-reboot.txt | 16 1 files changed, 16

Re: [PATCH V4 5/5] Documentation: power: reset: Add documentation for generic SYSCON reboot driver

2014-01-24 Thread Feng Kan
On Fri, Jan 24, 2014 at 3:39 AM, Mark Rutland mark.rutl...@arm.com wrote: On Thu, Jan 23, 2014 at 07:20:01PM +, Feng Kan wrote: Add documentation for generic SYSCON reboot driver. Signed-off-by: Feng Kan f...@apm.com --- .../bindings/power/reset/syscon-reboot.txt | 16

Re: [PATCH V4 5/5] Documentation: power: reset: Add documentation for generic SYSCON reboot driver

2014-01-24 Thread Mark Rutland
On Fri, Jan 24, 2014 at 05:55:13PM +, Christopher Covington wrote: On 01/24/2014 06:39 AM, Mark Rutland wrote: On Thu, Jan 23, 2014 at 07:20:01PM +, Feng Kan wrote: Add documentation for generic SYSCON reboot driver. Signed-off-by: Feng Kan f...@apm.com ---

Re: [PATCH V4 5/5] Documentation: power: reset: Add documentation for generic SYSCON reboot driver

2014-01-24 Thread Feng Kan
On Fri, Jan 24, 2014 at 10:23 AM, Mark Rutland mark.rutl...@arm.com wrote: On Fri, Jan 24, 2014 at 06:03:10PM +, Feng Kan wrote: On Fri, Jan 24, 2014 at 3:39 AM, Mark Rutland mark.rutl...@arm.com wrote: On Thu, Jan 23, 2014 at 07:20:01PM +, Feng Kan wrote: Add documentation for

Re: [PATCH] of: Update qcom vendor prefix description

2014-01-24 Thread Kumar Gala
On Dec 18, 2013, at 5:50 PM, Olof Johansson o...@lixom.net wrote: On Wed, Dec 18, 2013 at 3:41 PM, Kumar Gala ga...@codeaurora.org wrote: Update vendor description to be the full name of the corporate entity that produces the SoCs associated with this prefix. Signed-off-by: Kumar Gala

Re: [RESEND PATCH] ARM: dts: bcm28155-ap: Fix Card Detection GPIO

2014-01-24 Thread Tim Kryger
On Wed, Jan 8, 2014 at 4:54 PM, Christian Daudt b...@fixthebug.org wrote: On Wed, Jan 8, 2014 at 4:28 PM, Tim Kryger tim.kry...@linaro.org wrote: On Wed, Jan 8, 2014 at 3:38 PM, Christian Daudt b...@fixthebug.org wrote: On Tue, Jan 7, 2014 at 10:53 AM, Tim Kryger tim.kry...@linaro.org wrote:

Re: [PATCH] of: Update qcom vendor prefix description

2014-01-24 Thread Rob Herring
On Fri, Jan 24, 2014 at 12:47 PM, Kumar Gala ga...@codeaurora.org wrote: On Dec 18, 2013, at 5:50 PM, Olof Johansson o...@lixom.net wrote: On Wed, Dec 18, 2013 at 3:41 PM, Kumar Gala ga...@codeaurora.org wrote: Update vendor description to be the full name of the corporate entity that

Re: [PATCH V2 4/8] SPEAr13xx: Fixup: Move SPEAr1340 SATA platform code to system cfg driver

2014-01-24 Thread Arnd Bergmann
On Friday 24 January 2014, Pratyush Anand wrote: On Thu, Jan 23, 2014 at 08:22:54PM +0800, Arnd Bergmann wrote: On Thursday 23 January 2014, Mohit Kumar wrote: I assume you'd want a phandle pointing to the syscon device in here as well? Since there is only one syscon device in the

Re: [PATCH v5 1/8] ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs

2014-01-24 Thread Marc C
Hi Mark, +static void __init brcmstb_init_early(void) +{ + add_preferred_console(ttyS, 0, 115200); +} Is this really required? I think I can drop this. It was a holdover from our older kernels. + /* + * set the reset vector to point to the secondary_startup + *

Re: [PATCH v5 6/8] ARM: brcmstb: add misc. DT bindings for brcmstb

2014-01-24 Thread Marc C
Hi Mark, +reboot +--- +Required properties + +- compatible +The string property brcm,brcmstb-reboot. + +- syscon +A phandle / integer array that points to the syscon node which describes +the general system reset registers. +o a phandle