summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-cs42l43.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2024-06-04 15:17:04 +0200
committerMark Brown <broonie@kernel.org>2024-06-04 19:49:30 +0200
commit4eecb644b8b82f5279a348f6ebe77e3d6e5b1b05 (patch)
tree0bdfba5c073f27ea9de3175983743f4ea9158ac2 /drivers/spi/spi-cs42l43.c
parentLinux 6.10-rc2 (diff)
downloadlinux-4eecb644b8b82f5279a348f6ebe77e3d6e5b1b05.tar.xz
linux-4eecb644b8b82f5279a348f6ebe77e3d6e5b1b05.zip
spi: cs42l43: Correct SPI root clock speed
The root clock is actually 49.152MHz not 40MHz, as it is derived from the primary audio clock, update the driver to match. This error can cause the actual clock rate to be higher than the requested clock rate on the SPI bus. Fixes: ef75e767167a ("spi: cs42l43: Add SPI controller support") Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://msgid.link/r/20240604131704.3227500-1-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-cs42l43.c')
-rw-r--r--drivers/spi/spi-cs42l43.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-cs42l43.c b/drivers/spi/spi-cs42l43.c
index 9d747ea69926..902a0734cc36 100644
--- a/drivers/spi/spi-cs42l43.c
+++ b/drivers/spi/spi-cs42l43.c
@@ -26,7 +26,7 @@
#include <linux/units.h>
#define CS42L43_FIFO_SIZE 16
-#define CS42L43_SPI_ROOT_HZ (40 * HZ_PER_MHZ)
+#define CS42L43_SPI_ROOT_HZ 49152000
#define CS42L43_SPI_MAX_LENGTH 65532
enum cs42l43_spi_cmd {