diff options
| author | Tero Kristo <[email protected]> | 2020-02-14 11:18:18 +0200 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2020-03-03 13:08:14 +0530 |
| commit | 91600a6a843d397ba28b1eecaf2021035c92eb71 (patch) | |
| tree | 6857924d7705bbf1c9df2944623dcae01d3cc72d | |
| parent | 7304546071dbbe334b133cdfc850fa7094c370de (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/k3-j721e-r5-common-proc-board-u-boot.dtsi | 7 |
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 526f42e3a9b..824b301afae 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; + }; +}; |
