Re: [U-Boot] [PATCH v4] dm: spi: Read default speed and mode values from DT

2019-04-11 Thread Jagan Teki
On Wed, Feb 27, 2019 at 8:06 PM Patrick Delaunay wrote: > > This patch update the behavior introduced by > commit 96907c0fe50a ("dm: spi: Read default speed and mode values from DT") > > In case of DT boot, don't read default speed and mode for SPI from > CONFIG_* but instead read from DT node. Th

[U-Boot] [PATCH v4] dm: spi: Read default speed and mode values from DT

2019-02-27 Thread Patrick Delaunay
This patch update the behavior introduced by commit 96907c0fe50a ("dm: spi: Read default speed and mode values from DT") In case of DT boot, don't read default speed and mode for SPI from CONFIG_* but instead read from DT node. This will make sure that boards with multiple SPI/QSPI controllers can

Re: [U-Boot] [PATCH v4] dm: spi: Read default speed and mode values from DT

2016-06-07 Thread Vignesh R
On Tuesday 10 May 2016 11:58 AM, Vignesh R wrote: > In case of DT boot, don't read default speed and mode for SPI from > CONFIG_*, instead read from DT node. This will make sure that boards > with multiple SPI/QSPI controllers can be probed at different > bus frequencies and SPI modes. > > Signe

[U-Boot] [PATCH v4] dm: spi: Read default speed and mode values from DT

2016-05-09 Thread Vignesh R
In case of DT boot, don't read default speed and mode for SPI from CONFIG_*, instead read from DT node. This will make sure that boards with multiple SPI/QSPI controllers can be probed at different bus frequencies and SPI modes. Signed-off-by: Vignesh R Reviewed-by: Simon Glass Reviewed-by: Mugu