Re: [U-Boot] [PATCH 2/4 v4] arm: socfpga: dts: Add Cadence QSPI DT node to socfpga.dtsi

2014-11-10 Thread Dinh Nguyen
+CC: Graham Moore On 11/10/2014 04:47 AM, Pavel Machek wrote: > On Fri 2014-11-07 18:26:05, Stefan Roese wrote: >> Hi Simon, >> >> On 07.11.2014 18:21, Simon Glass wrote: + qspi: spi@ff705000 { + compatible = "cadence,qspi"; +

Re: [U-Boot] [PATCH 2/4 v4] arm: socfpga: dts: Add Cadence QSPI DT node to socfpga.dtsi

2014-11-10 Thread Pavel Machek
On Fri 2014-11-07 18:26:05, Stefan Roese wrote: > Hi Simon, > > On 07.11.2014 18:21, Simon Glass wrote: > >>+ qspi: spi@ff705000 { > >>+ compatible = "cadence,qspi"; > >>+ #address-cells = <1>; > >>+ #size-cells = <0>;

Re: [U-Boot] [PATCH 2/4 v4] arm: socfpga: dts: Add Cadence QSPI DT node to socfpga.dtsi

2014-11-07 Thread Stefan Roese
Hi Simon, On 07.11.2014 18:21, Simon Glass wrote: + qspi: spi@ff705000 { + compatible = "cadence,qspi"; + #address-cells = <1>; + #size-cells = <0>; + reg = <0xff705000 0x1000>, +

Re: [U-Boot] [PATCH 2/4 v4] arm: socfpga: dts: Add Cadence QSPI DT node to socfpga.dtsi

2014-11-07 Thread Simon Glass
Hi Stefan, On 7 November 2014 04:37, Stefan Roese wrote: > This DT node is taken from the Rocketboard.org Linux repsitory. And > is needed to enable (configure) the Cadence DM SPI driver. > > Signed-off-by: Stefan Roese > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Vince Bridgers > Cc: Marek V

[U-Boot] [PATCH 2/4 v4] arm: socfpga: dts: Add Cadence QSPI DT node to socfpga.dtsi

2014-11-07 Thread Stefan Roese
This DT node is taken from the Rocketboard.org Linux repsitory. And is needed to enable (configure) the Cadence DM SPI driver. Signed-off-by: Stefan Roese Cc: Chin Liang See Cc: Dinh Nguyen Cc: Vince Bridgers Cc: Marek Vasut Cc: Pavel Machek Cc: Simon Glass Cc: Jagannadha Sutradharudu Teki