Re: [U-Boot] [PATCH 08/11] ARM: dts: k2l: Enable Davinci SPI controller

2016-04-12 Thread Tom Rini
On Tue, Apr 12, 2016 at 05:03:24PM +0530, Vignesh R wrote: > Now that davinci_spi driver has been converted to DM framework, enable > the same in DT. Also add "spi-flash" as compatible property to > n25q128a11 node as it is required for flash device to be probed in > U-Boot. > > Signed-off-by: Vi

[U-Boot] [PATCH 08/11] ARM: dts: k2l: Enable Davinci SPI controller

2016-04-12 Thread Vignesh R
Now that davinci_spi driver has been converted to DM framework, enable the same in DT. Also add "spi-flash" as compatible property to n25q128a11 node as it is required for flash device to be probed in U-Boot. Signed-off-by: Vignesh R --- arch/arm/dts/k2l-evm.dts | 3 ++- 1 file changed, 2 insert