spi: meson-spicc: Use pinctrl to drive CLK line when idle
authorAmjad Ouled-Ameur <aouledameur@baylibre.com>
Fri, 21 Oct 2022 13:31:26 +0000 (15:31 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 21 Oct 2022 14:48:15 +0000 (15:48 +0100)
commitf4567b28fdd4bede7cab0810200d567a1f03ec5e
tree86fea9738a50f87a58dbaade249ddf928fe1cf66
parent031837826886e254fefff7d8b849dc63b6a7e2b9
spi: meson-spicc: Use pinctrl to drive CLK line when idle

Between SPI transactions, all SPI pins are in HiZ state. When using the SS
signal from the SPICC controller it's not an issue because when the
transaction resumes all pins come back to the right state at the same time
as SS.

The problem is when we use CS as a GPIO. In fact, between the GPIO CS
state change and SPI pins state change from idle, you can have a missing or
spurious clock transition.

Set a bias on the clock depending on the clock polarity requested before CS
goes active, by passing a special "idle-low" and "idle-high" pinctrl state
and setting the right state at a start of a message

Reported-by: Da Xue <da@libre.computer>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
Link: https://lore.kernel.org/r/20221004-up-aml-fix-spi-v4-2-0342d8e10c49@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-meson-spicc.c