arm: dts: k3-j784s4-r5-evm: Add the PMIC ESM node
authorNeha Malcom Francis <n-francis@ti.com>
Sun, 27 Apr 2025 07:03:20 +0000 (12:33 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 2 May 2025 20:24:12 +0000 (14:24 -0600)
Add the PMIC ESM node which is responsible for triggering the PMIC
reset.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
arch/arm/dts/k3-j784s4-r5-evm.dts

index 0eeffa7..fc20438 100644 (file)
 #include "k3-j784s4-ddr.dtsi"
 #include "k3-j784s4-evm-u-boot.dtsi"
 #include "k3-j784s4-r5.dtsi"
+
+&tps659413 {
+       esm: esm {
+               compatible = "ti,tps659413-esm";
+               bootph-pre-ram;
+       };
+};