spi: axi-spi-engine: check for valid clock rate
authorDavid Lechner <dlechner@baylibre.com>
Fri, 17 Nov 2023 20:12:59 +0000 (14:12 -0600)
committerMark Brown <broonie@kernel.org>
Mon, 20 Nov 2023 13:29:10 +0000 (13:29 +0000)
commite6d5eb85e84aeace5e231b951ece86b20df9f63a
tree070746556da931937dce713323bf585f231bef8f
parente16e71e3f3c4b73b20f8c79f7ce8465542a337e9
spi: axi-spi-engine: check for valid clock rate

This adds a check for a valid SCLK rate in the axi-spi-engine driver
during probe. A valid rate is required to get accurate timing for delays
and by not allowing 0 we can avoid divide by zero errors later without
additional checks.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://lore.kernel.org/r/20231117-axi-spi-engine-series-1-v1-8-cc59db999b87@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-axi-spi-engine.c