diff options
author | Eddie James <eajames@linux.ibm.com> | 2021-12-08 20:17:57 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-12-21 06:00:31 +0100 |
commit | 62589e873d8e7cef7efd583ace1bb6ec90f252b7 (patch) | |
tree | 110e65360e821bcf3320015b7cc7d52665839518 /arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | |
parent | ARM: dts: aspeed: p10: Enable USB host ports (diff) | |
download | linux-62589e873d8e7cef7efd583ace1bb6ec90f252b7.tar.xz linux-62589e873d8e7cef7efd583ace1bb6ec90f252b7.zip |
ARM: dts: aspeed: p10: Add TPM device
Add the Nuvoton NPCT75X, a TIS I2C TPM.
Modified Eddie's change to include the general compatible string, and
combine the rainier and everest patches.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20211208191758.20517-8-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts index 3e9edc893f55..22c06ff7a7ed 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts @@ -1887,6 +1887,11 @@ &i2c12 { status = "okay"; + + tpm@2e { + compatible = "nuvoton,npct75x", "tcg,tpm-tis-i2c"; + reg = <0x2e>; + }; }; &i2c13 { |