
On Tue, May 23, 2023 at 01:19:47PM +0530, Neha Malcom Francis wrote:
Add support for ESM (Error Signalling Module) in J721E and J7200. The ESM error pin output is routed to the PMIC (Power Management IC) which can reset the board. The dts nodes for SoC ESM modules are added (if not already) to enable them.
Gowtham Tammana (2): arm: dts: k3-j7200: Add Main domain ESM support board: ti: j721e: initialize ESM support for J7200 SOM
Neha Malcom Francis (2): arm: dts: k3-j721e: Refine MAIN domain ESM support configs: j7200_evm_r5: Add ESM config for J7200
arch/arm/dts/k3-j7200-main.dtsi | 7 +++++++ arch/arm/dts/k3-j7200.dtsi | 1 + arch/arm/dts/k3-j721e-main.dtsi | 7 +++++++ arch/arm/dts/k3-j721e-r5-common-proc-board.dts | 9 --------- arch/arm/dts/k3-j721e.dtsi | 1 + board/ti/j721e/evm.c | 3 ++- configs/j7200_evm_r5_defconfig | 1 + 7 files changed, 19 insertions(+), 10 deletions(-)
Since we're touching the dts files, adding Nishanth.