Re: [U-Boot] [PATCH v2 2/2] spi: mxs: Allow other chip selects to work

2012-05-09 Thread Stefano Babic
On 23/04/2012 20:30, Fabio Estevam wrote: > MXS SSP controller may have up to three chip selects per port: SS0, SS1 and > SS2. > > Currently only SS0 is supported in the mxs_spi driver. > > Allow all the three chip select to work by selecting the desired one > in bits 20 and 21 of the HW_SSP_CTR

Re: [U-Boot] [PATCH v2 2/2] spi: mxs: Allow other chip selects to work

2012-04-23 Thread Marek Vasut
Dear Fabio Estevam, > MXS SSP controller may have up to three chip selects per port: SS0, SS1 and > SS2. > > Currently only SS0 is supported in the mxs_spi driver. > > Allow all the three chip select to work by selecting the desired one > in bits 20 and 21 of the HW_SSP_CTRL0 register. > > Sign

[U-Boot] [PATCH v2 2/2] spi: mxs: Allow other chip selects to work

2012-04-23 Thread Fabio Estevam
MXS SSP controller may have up to three chip selects per port: SS0, SS1 and SS2. Currently only SS0 is supported in the mxs_spi driver. Allow all the three chip select to work by selecting the desired one in bits 20 and 21 of the HW_SSP_CTRL0 register. Signed-off-by: Fabio Estevam --- Changes s