Re: [U-Boot] [PATCH 10/11] ARM: dts: k2g: add support for Davinci SPI controller

2016-04-12 Thread Tom Rini
On Tue, Apr 12, 2016 at 05:03:26PM +0530, Vignesh R wrote: > K2G SoC has 4 SPI instances that are compatible with davinci_spi > controller(same as previous generation of Keystone2 devices). Add DT > nodes for the same. K2G EVM has a N25Q128A13 SPI NOR flash connected on > SPI-1. Add DT bindings

[U-Boot] [PATCH 10/11] ARM: dts: k2g: add support for Davinci SPI controller

2016-04-12 Thread Vignesh R
K2G SoC has 4 SPI instances that are compatible with davinci_spi controller(same as previous generation of Keystone2 devices). Add DT nodes for the same. K2G EVM has a N25Q128A13 SPI NOR flash connected on SPI-1. Add DT bindings for the same. Signed-off-by: Vignesh R ---