aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2020-02-14 11:18:18 +0200
committerLokesh Vutla <lokeshvutla@ti.com>2020-03-03 13:08:14 +0530
commit91600a6a843d397ba28b1eecaf2021035c92eb71 (patch)
tree6857924d7705bbf1c9df2944623dcae01d3cc72d
parent7304546071dbbe334b133cdfc850fa7094c370de (diff)
downloadu-boot-91600a6a843d397ba28b1eecaf2021035c92eb71.zip
u-boot-91600a6a843d397ba28b1eecaf2021035c92eb71.tar.gz
u-boot-91600a6a843d397ba28b1eecaf2021035c92eb71.tar.bz2
arm: dts: k3-j721e: Add ESM PMIC support for tps659413 based board
The ESM handling on J7 processor board requires routing the MCU_SAFETY_ERROR signal to the PMIC on the board for critical safety error handling. The PMIC itself should then reset the board based on receiving it. Enable the support for the board by adding the esm node in place. Signed-off-by: Tero Kristo <t-kristo@ti.com>
-rw-r--r--arch/arm/dts/k3-j721e-r5-common-proc-board-u-boot.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j721e-r5-common-proc-board-u-boot.dtsi b/arch/arm/dts/k3-j721e-r5-common-proc-board-u-boot.dtsi
index 526f42e..824b301 100644
--- a/arch/arm/dts/k3-j721e-r5-common-proc-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-j721e-r5-common-proc-board-u-boot.dtsi
@@ -25,3 +25,10 @@
&main_r5fss0_core1 {
u-boot,dm-spl;
};
+
+&tps659413a {
+ esm: esm {
+ compatible = "ti,tps659413-esm";
+ u-boot,dm-spl;
+ };
+};