Skip to content

Commit 0bdaca0

Browse files
GateworksShawn Guo
authored andcommitted
arm64: dts: imx8mp-venice-gw74xx: fix TPM SPI frequency
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: 531936b ("arm64: dts: imx8mp-venice-gw74xx: update to revB PCB") Cc: [email protected] Signed-off-by: Tim Harvey <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 1fc02c2 commit 0bdaca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
tpm@0 {
202202
compatible = "atmel,attpm20p", "tcg,tpm_tis-spi";
203203
reg = <0x0>;
204-
spi-max-frequency = <36000000>;
204+
spi-max-frequency = <25000000>;
205205
};
206206
};
207207

0 commit comments

Comments
 (0)