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-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; + #address-cells =

[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 s...@denx.de Cc: Chin Liang See cl...@altera.com Cc: Dinh Nguyen dingu...@altera.com Cc: Vince Bridgers vbrid...@altera.com Cc: Marek Vasut

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, +