Re: [U-Boot] [PATCH v5 1/5] spi: cadence_spi: Sync DT bindings with Linux

2018-01-23 Thread Jagan Teki
On Sat, Jan 6, 2018 at 11:47 PM, Jason Rush wrote: > Adopt the Linux DT bindings. This also fixes an issue > with the indaddrtrig register on the Cadence QSPI > device being programmed with the wrong value for the > socfpga arch. > > Tested on TI K2G platform: > Tested-by: Vignesh R > > Tested on

[U-Boot] [PATCH v5 1/5] spi: cadence_spi: Sync DT bindings with Linux

2018-01-06 Thread Jason Rush
Adopt the Linux DT bindings. This also fixes an issue with the indaddrtrig register on the Cadence QSPI device being programmed with the wrong value for the socfpga arch. Tested on TI K2G platform: Tested-by: Vignesh R Tested on a socfpga-cyclonev board: Tested-by: Simon Goldschmidt Signed-off