Skip to content

Commit

Permalink
arm64: dts: Change TPM i2c driver for EPC R3720 device
Browse files Browse the repository at this point in the history
The TPM driver under drivers/char/tpm/tpm_tis_i2c.c supports the TPM
chip present on the EPC R3720 device, this commit just adjusts the
driver string to match this driver.

Signed-off-by: Renê de Souza Pinto <[email protected]>
  • Loading branch information
rene committed Jul 25, 2024
1 parent a665e05 commit 3d855fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/imx8mp-rsb3720-a1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
};

st33htpi: st33htpi@2e {
compatible = "st,st33htpm-i2c";
compatible = "infineon,slb9673";
reg = <0x2e>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_tpm>;
Expand Down

0 comments on commit 3d855fb

Please sign in to comment.