git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
973c366
)
arm: dts: k3-j7200: Add ESM PMIC support for tps659413
author
Gowtham Tammana
<g-tammana@ti.com>
Fri, 14 Mar 2025 11:04:10 +0000
(16:34 +0530)
committer
Tom 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
patch
|
blob
|
history
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
ecb1dd4
..
9ac2911
100644
(file)
--- 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;
+ };
+};