]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx8mp-venice-gw73xx: fix TPM SPI frequency
authorTim Harvey <tharvey@gateworks.com>
Wed, 4 Jun 2025 22:56:29 +0000 (15:56 -0700)
committerShawn Guo <shawnguo@kernel.org>
Thu, 19 Jun 2025 07:49:09 +0000 (15:49 +0800)
The IMX8MPDS Table 37 [1] shows that the max SPI master read frequency
depends on the pins the interface is muxed behind with ECSPI2
muxed behind ECSPI2 supporting up to 25MHz.

Adjust the spi-max-frequency based on these findings.

[1] https://www.nxp.com/webapp/Download?colCode=IMX8MPIEC

Fixes: 2b3ab9d81ab4 ("arm64: dts: imx8mp-venice-gw73xx: add TPM device")
Cc: stable@vger.kernel.org
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi

index e2b5e7ac3e465f86218aa57fba7c2326cecf3fd0..5eb114d2360a3b6b71844099b7f392c4013e415e 100644 (file)
        tpm@1 {
                compatible = "atmel,attpm20p", "tcg,tpm_tis-spi";
                reg = <0x1>;
-               spi-max-frequency = <36000000>;
+               spi-max-frequency = <25000000>;
        };
 };