Commit 39d8a73c authored by Eddie James's avatar Eddie James Committed by Joel Stanley
Browse files

ARM: dts: aspeed: tacoma: Add TPM



Add the Nuvoton NPCT75X to the appropriate i2c bus.

Signed-off-by: default avatarEddie James <eajames@linux.ibm.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent d2718f5e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -497,6 +497,11 @@ &i2c0 {

&i2c1 {
	status = "okay";

	tpm: tpm@2e {
		compatible = "tcg,tpm-tis-i2c";
		reg = <0x2e>;
	};
};

&i2c2 {