ARM: dts: aspeed: tacoma: Add TPM
authorEddie James <eajames@linux.ibm.com>
Wed, 12 Feb 2020 20:30:49 +0000 (14:30 -0600)
committerJoel Stanley <joel@jms.id.au>
Tue, 5 May 2020 07:07:16 +0000 (16:37 +0930)
Add the Nuvoton NPCT75X to the appropriate i2c bus.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts

index 4069c0d..13c4aa0 100644 (file)
 
 &i2c1 {
        status = "okay";
+
+       tpm: tpm@2e {
+               compatible = "tcg,tpm-tis-i2c";
+               reg = <0x2e>;
+       };
 };
 
 &i2c2 {