]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-j7200: Add ESM PMIC support for tps659413
authorGowtham Tammana <g-tammana@ti.com>
Fri, 14 Mar 2025 11:04:10 +0000 (16:34 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 31 Mar 2025 17:05:53 +0000 (11:05 -0600)
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>
arch/arm/dts/k3-j7200-r5-common-proc-board.dts

index ecb1dd49c648baf82d2c650cbba8babc651ea452..9ac29110324d073447e84748d989530552670bc1 100644 (file)
        vdd-supply-2 = <&buckb1>;
        bootph-pre-ram;
 };
+
+&tps659414 {
+       esm: esm {
+               compatible = "ti,tps659413-esm";
+               bootph-pre-ram;
+       };
+};