Home
last modified time | relevance | path

Searched hist:"148 ca64f327a89ef77e84756f5d351af33e59b64" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dmxs_spi.c148ca64f327a89ef77e84756f5d351af33e59b64 Mon Apr 23 08:30:50 UTC 2012 Fabio Estevam <fabio.estevam@freescale.com> spi: mxs: Allow other chip selects to work

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 <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>