1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

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>
This commit is contained in:
Eddie James 2020-02-12 14:30:49 -06:00 committed by Joel Stanley
parent d2718f5e30
commit 39d8a73c53

View file

@ -497,6 +497,11 @@
&i2c1 { &i2c1 {
status = "okay"; status = "okay";
tpm: tpm@2e {
compatible = "tcg,tpm-tis-i2c";
reg = <0x2e>;
};
}; };
&i2c2 { &i2c2 {