mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
7304546071
commit
91600a6a84
1 changed files with 7 additions and 0 deletions
|
@ -25,3 +25,10 @@
|
|||
&main_r5fss0_core1 {
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
|
||||
&tps659413a {
|
||||
esm: esm {
|
||||
compatible = "ti,tps659413-esm";
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue