summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorGowtham Tammana <g-tammana@ti.com>2025-03-14 16:34:10 +0530
committerTom Rini <trini@konsulko.com>2025-03-31 11:05:53 -0600
commit940f2a04f335e17919112402f748d06f2303ad09 (patch)
treef02cf19cf96fc218e8952a3ef1112e41736c1cf5 /arch/arm
parent973c366ce68d9a99e16bcbce3941a1c52492c097 (diff)
arm: dts: k3-j7200: Add ESM PMIC support for tps659413
On J7200 processor board MCU_SAFETY_ERROR signal is routed to PMIC for ESM error handling. The PMIC resets the board on receipt of the signal. Enable the support for the board by adding ESM PMIC node. Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/k3-j7200-r5-common-proc-board.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
index ecb1dd49c64..9ac29110324 100644
--- a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
+++ b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
@@ -120,3 +120,10 @@
vdd-supply-2 = <&buckb1>;
bootph-pre-ram;
};
+
+&tps659414 {
+ esm: esm {
+ compatible = "ti,tps659413-esm";
+ bootph-pre-ram;
+ };
+};