]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: spi-fsl-lpspi: Clamp too high speed_hz
authorStefan Wahren <wahrenst@gmx.net>
Thu, 7 Aug 2025 10:07:42 +0000 (12:07 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 7 Aug 2025 13:46:32 +0000 (14:46 +0100)
commitaf357a6a3b7d685e7aa621c6fb1d4ed6c349ec9e
tree7cfc1ec6397c481f76dca885163a462cdc86894f
parenta4f8e70d75dd11ab1a01894893e0b03f1d0b61fd
spi: spi-fsl-lpspi: Clamp too high speed_hz

Currently the driver is not able to handle the case that a SPI device
specifies a higher spi-max-frequency than half of per-clk:

    per-clk should be at least two times of transfer speed

Fix this by clamping to the max possible value and use the minimum SCK
period of 2 cycles.

Fixes: 77736a98b859 ("spi: lpspi: add the error info of transfer speed setting")
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Link: https://patch.msgid.link/20250807100742.9917-1-wahrenst@gmx.net
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-fsl-lpspi.c