Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Eddie James and committed by
Joel Stanley
39d8a73c d2718f5e

+5
+5
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
··· 497 497 498 498 &i2c1 { 499 499 status = "okay"; 500 + 501 + tpm: tpm@2e { 502 + compatible = "tcg,tpm-tis-i2c"; 503 + reg = <0x2e>; 504 + }; 500 505 }; 501 506 502 507 &i2c2 {