All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddie James <eajames@linux.ibm.com>
To: openbmc@lists.ozlabs.org
Subject: [PATCH linux dev-5.15 7/7] ARM: dts: aspeed: Everest: Add TPM device
Date: Wed,  8 Dec 2021 13:17:58 -0600	[thread overview]
Message-ID: <20211208191758.20517-8-eajames@linux.ibm.com> (raw)
In-Reply-To: <20211208191758.20517-1-eajames@linux.ibm.com>

Add the Nuvoton NPCT75X.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
index f42e2d776ba8..ea7aeaefe85c 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
@@ -1881,6 +1881,11 @@ eeprom@52 {
 
 &i2c12 {
 	status = "okay";
+
+	tpm@2e {
+		compatible = "nuvoton,npct75x";
+		reg = <0x2e>;
+	};
 };
 
 &i2c13 {
-- 
2.27.0


      parent reply	other threads:[~2021-12-08 19:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-08 19:17 [PATCH linux dev-5.15 0/7] Add tpm i2c ptp driver Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 1/7] tpm_tis: Fix expected bit handling Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 2/7] tpm: tpm_tis: Rewrite "tpm_tis_req_canceled()" Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 3/7] tpm: tpm_tis: Verify TPM_STS register is valid after locality request Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 4/7] tpm: tpm_tis: Add tpm_tis_i2c driver Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 5/7] tpm: Add YAML schema for TPM TIS I2C options Eddie James
2021-12-08 19:17 ` [PATCH linux dev-5.15 6/7] ARM: dts: aspeed: Rainier: Add TPM device Eddie James
2021-12-08 19:17 ` Eddie James [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211208191758.20517-8-eajames@linux.ibm.com \
    --to=eajames@linux.ibm.com \
    --cc=openbmc@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.