summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Haller <[email protected]>2026-02-26 17:41:59 -0800
committerTom Rini <[email protected]>2026-03-13 16:17:15 -0600
commit965764975e8e174d1094e5b83bc1fabba66e782a (patch)
treeb053c80d69bf70b8148e8b9287dd6ecb4b3ef0e4
parent7995bf8dea2d5b3eb7fcb836636f4773924ec35d (diff)
arm: dts: k3-am68-r5-phycore-som: Add PMIC ESM node
Add the PMIC ESM node which is responsible for triggering the PMIC reset. Signed-off-by: Dominik Haller <[email protected]>
-rw-r--r--arch/arm/dts/k3-am68-r5-phycore-som-4gb.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am68-r5-phycore-som-4gb.dts b/arch/arm/dts/k3-am68-r5-phycore-som-4gb.dts
index a2674a3e1f8..c641a2b59d6 100644
--- a/arch/arm/dts/k3-am68-r5-phycore-som-4gb.dts
+++ b/arch/arm/dts/k3-am68-r5-phycore-som-4gb.dts
@@ -14,6 +14,15 @@
#include "k3-am68-phyboard-izar-u-boot.dtsi"
#include "k3-j721s2-r5.dtsi"
+&pmic {
+ bootph-pre-ram;
+
+ esm: esm {
+ compatible = "ti,tps659413-esm";
+ bootph-pre-ram;
+ };
+};
+
&wkup_vtm0 {
bootph-pre-ram;
vdd-supply-2 = <&vdd_cpu_avs>;