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

2016-04-11 Thread Vignesh R
On 04/11/2016 11:18 AM, Mugunthan V N wrote: > On Monday 11 April 2016 10:12 AM, Vignesh R wrote: >> >> >> On 04/09/2016 01:15 AM, Tom Rini wrote: >>> On Thu, Apr 07, 2016 at 09:02:26PM +0530, Vignesh R wrote: >>> In case of DT boot, don't read default speed and mode for SPI from

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

2016-04-10 Thread Mugunthan V N
On Monday 11 April 2016 10:12 AM, Vignesh R wrote: > > > On 04/09/2016 01:15 AM, Tom Rini wrote: >> On Thu, Apr 07, 2016 at 09:02:26PM +0530, 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

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

2016-04-10 Thread Vignesh R
On 04/09/2016 01:15 AM, Tom Rini wrote: > On Thu, Apr 07, 2016 at 09:02:26PM +0530, 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

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

2016-04-08 Thread Tom Rini
On Thu, Apr 07, 2016 at 09:02:26PM +0530, 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 modes. > >

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

2016-04-07 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 modes. Signed-off-by: Vignesh R --- cmd/sf.c