[U-Boot] [v3 10/10] spi: cadence_qspi: add device tree binding doc

2015-06-29 Thread Vikas Manocha
This patch adds the device tree binding doc for the cadence qspi controller & also removes the not needed properties from the device trees using this controller. Signed-off-by: Vikas Manocha --- Changes in v3: added new arch/arm/dts/socfpga.dtsi|3 --- arch/arm/dts/socf

Re: [U-Boot] [v3 10/10] spi: cadence_qspi: add device tree binding doc

2015-06-29 Thread Jagan Teki
On 30 June 2015 at 02:19, Vikas Manocha wrote: > This patch adds the device tree binding doc for the cadence qspi controller & > also removes the not needed properties from the device trees using this > controller. > > Signed-off-by: Vikas Manocha > --- > > Changes in v3: added new > > arch/arm/

Re: [U-Boot] [v3 10/10] spi: cadence_qspi: add device tree binding doc

2015-06-30 Thread Vikas MANOCHA
Thanks Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Monday, June 29, 2015 11:29 PM > To: Vikas MANOCHA > Cc: u-boot@lists.denx.de; Stefan Roese > Subject: Re: [U-Boot] [v3 10/10] spi: cadence_qspi: add device tree binding > doc &g

Re: [U-Boot] [v3 10/10] spi: cadence_qspi: add device tree binding doc

2015-07-02 Thread Stefan Roese
Hi Vikas, On 01.07.2015 00:57, Vikas MANOCHA wrote: +Cadence QSPI controller device tree bindings + + +Required properties: +- compatible : should be "cadence,qspi". +- reg : 1.Physical base address and size of SPI registers

Re: [U-Boot] [v3 10/10] spi: cadence_qspi: add device tree binding doc

2015-07-02 Thread Vikas MANOCHA
Hi Jagan, > -Original Message- > From: Stefan Roese [mailto:s...@denx.de] > Sent: Thursday, July 02, 2015 3:12 AM > To: Vikas MANOCHA; Jagan Teki > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [v3 10/10] spi: cadence_qspi: add device tree binding > doc &

Re: [U-Boot] [v3 10/10] spi: cadence_qspi: add device tree binding doc

2015-07-02 Thread Jagan Teki
On 2 July 2015 at 23:12, Vikas MANOCHA wrote: > Hi Jagan, > >> -Original Message- >> From: Stefan Roese [mailto:s...@denx.de] >> Sent: Thursday, July 02, 2015 3:12 AM >> To: Vikas MANOCHA; Jagan Teki >> Cc: u-boot@lists.denx.de >> Subject: Re:

Re: [U-Boot] [v3 10/10] spi: cadence_qspi: add device tree binding doc

2015-07-02 Thread Vikas MANOCHA
Thanks Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Thursday, July 02, 2015 10:49 AM > To: Vikas MANOCHA > Cc: Stefan Roese; u-boot@lists.denx.de > Subject: Re: [U-Boot] [v3 10/10] spi: cadence_qspi: add device tree binding > do