aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEddie James <eajames@linux.ibm.com>2020-02-12 14:30:49 -0600
committerJoel Stanley <joel@jms.id.au>2020-05-05 16:37:16 +0930
commit39d8a73c53a21c1e2c643889079652747cd744cd (patch)
treef1a2fcb77b80149e23eb373735f31b9be6f89a50
parentARM: dts: aspeed: tacoma: Enable the second VUART (diff)
downloadwireguard-linux-39d8a73c53a21c1e2c643889079652747cd744cd.tar.xz
wireguard-linux-39d8a73c53a21c1e2c643889079652747cd744cd.zip
ARM: dts: aspeed: tacoma: Add TPM
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>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index 4069c0d57d1c..13c4aa02f4de 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
@@ -497,6 +497,11 @@
&i2c1 {
status = "okay";
+
+ tpm: tpm@2e {
+ compatible = "tcg,tpm-tis-i2c";
+ reg = <0x2e>;
+ };
};
&i2c2 {