From: Gowtham Tammana Date: Fri, 14 Mar 2025 11:04:10 +0000 (+0530) Subject: arm: dts: k3-j7200: Add ESM PMIC support for tps659413 X-Git-Tag: v2025.07-rc1~71^2~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940f2a04f335e17919112402f748d06f2303ad09;p=pandora-u-boot.git 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 --- 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; + }; +};