]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx95-var-dart-sonata: add TPM reset GPIO
authorStefano Radaelli <stefano.r@variscite.com>
Thu, 28 May 2026 22:05:50 +0000 (00:05 +0200)
committerFrank Li <Frank.Li@nxp.com>
Fri, 5 Jun 2026 17:20:30 +0000 (13:20 -0400)
Add the reset GPIO for the TPM device on the Sonata carrier board and
label the node accordingly.

Signed-off-by: Stefano Radaelli <stefano.r@variscite.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx95-var-dart-sonata.dts

index 0f3d2e488f4a996b0013bdeafa22167dbb1eeb83..d2c7d83e1624a390a0d3f7b9ae198e1ad0d3c670 100644 (file)
        st33ktpm2xi2c: tpm@2e {
                compatible = "st,st33ktpm2xi2c", "tcg,tpm-tis-i2c";
                reg = <0x2e>;
+               label = "tpm";
+               reset-gpios = <&pca9534 0 GPIO_ACTIVE_HIGH>;
        };
 };