spi: sunxi: set maximum and minimum speed of SPI master
authorMichal Suchanek <hramrach@gmail.com>
Tue, 14 Jun 2016 12:10:04 +0000 (12:10 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2016 18:18:35 +0000 (19:18 +0100)
commit0b06d8cf4f9307887d52776d77bdbc8d6dd9d98d
tree52403a0ab3aab4d3e77e376543b00f6aa38b9bb4
parent794912cff6dba8b5e93948243299bb0b2cb11277
spi: sunxi: set maximum and minimum speed of SPI master

The speed limits are unset in the sun4i and sun6i SPI drivers.

The maximum speed of SPI master is used when maximum speed of SPI slave
is not specified. Also the __spi_validate function should check that
transfer speeds do not exceed the master limits.

The user manual for A10 and A31 specifies maximum
speed of the SPI clock as 100MHz and minimum as 3kHz.

Setting the SPI clock to out-of-spec values can lock up the SoC.

Signed-off-by: Michal Suchanek <hramrach@gmail.com>
--
v2:
new patch
v3:
fix constant style
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-sun4i.c
drivers/spi/spi-sun6i.c