diff mbox series

[v1] arm64: dts: ti: k3-am625-verdin: add TPM device

Message ID 20241018170436.80010-1-francesco@dolcini.it (mailing list archive)
State New
Headers show
Series [v1] arm64: dts: ti: k3-am625-verdin: add TPM device | expand

Commit Message

Francesco Dolcini Oct. 18, 2024, 5:04 p.m. UTC
From: Francesco Dolcini <francesco.dolcini@toradex.com>

Add on-SOM TPM device to the device tree file.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
---
 arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Vignesh Raghavendra Oct. 29, 2024, 3:48 p.m. UTC | #1
Hi Francesco Dolcini,

On Fri, 18 Oct 2024 19:04:36 +0200, Francesco Dolcini wrote:
> Add on-SOM TPM device to the device tree file.
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-am625-verdin: add TPM device
      commit: 4a050c4ee190b3184f9d734ec4e277e5279132f5

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi b/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi
index 5bef31b8577b..b67962564670 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi
@@ -1131,6 +1131,11 @@  port@1 {
 		};
 	};
 
+	tpm@2e {
+		compatible = "st,st33ktpm2xi2c", "tcg,tpm-tis-i2c";
+		reg = <0x2e>;
+	};
+
 	pmic@30 {
 		compatible = "ti,tps65219";
 		reg = <0x30>;