diff options
author | 2020-02-12 14:30:49 -0600 | |
---|---|---|
committer | 2020-05-05 16:37:16 +0930 | |
commit | 39d8a73c53a21c1e2c643889079652747cd744cd (patch) | |
tree | f1a2fcb77b80149e23eb373735f31b9be6f89a50 | |
parent | ARM: dts: aspeed: tacoma: Enable the second VUART (diff) | |
download | wireguard-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.dts | 5 |
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 { |