diff options
author | Andrew Halaney <ahalaney@redhat.com> | 2025-04-27 12:33:21 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-05-02 14:24:12 -0600 |
commit | 29e1d5f93826251a61a9b5640727d5b4d3e7fd9c (patch) | |
tree | 8a6a9ea10c05b0cd10ccb2a39c5bc7ef6a44d9c1 | |
parent | b011053450f8f196c78717956cc0dd25e388f9cf (diff) |
arm: dts: k3-am69-r5-evm: Add the PMIC ESM node
Add the PMIC ESM node which is responsible for triggering the PMIC
reset.
Suggested-by: Udit Kumar <u-kumar1@ti.com>
Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
-rw-r--r-- | arch/arm/dts/k3-am69-r5-sk.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am69-r5-sk.dts b/arch/arm/dts/k3-am69-r5-sk.dts index 9c6e324ba29..e8362647c5d 100644 --- a/arch/arm/dts/k3-am69-r5-sk.dts +++ b/arch/arm/dts/k3-am69-r5-sk.dts @@ -10,3 +10,10 @@ #include "k3-j784s4-ddr.dtsi" #include "k3-am69-sk-u-boot.dtsi" #include "k3-j784s4-r5.dtsi" + +&tps659413 { + esm: esm { + compatible = "ti,tps659413-esm"; + bootph-pre-ram; + }; +}; |