commit | 0dc33cda8d060cd39e06f5dbc3a573943cb569dd | [log] [tgz] |
---|---|---|
author | Santhosh Kumar K <s-k6@ti.com> | Wed Jan 29 17:44:02 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 10 10:30:41 2025 -0600 |
tree | 4254fcc0b2ca9a98884addacc52a10f7c42c2247 | |
parent | 1816d555603373c256f96bc0e8be1a9c498ebb47 [diff] |
arm: mach-k3: am62*_init: Probe ESM nodes On AM62A and AM62P devices, it is possible to route Main ESM error events to MCU ESM. MCU ESM high error output can trigger the reset logic to reset the device. So, for these devices we have Main ESM and MCU ESM nodes in the device tree. Add functions to probe these nodes if CONFIG_ESM_K3 is enabled. Signed-off-by: Santhosh Kumar K <s-k6@ti.com> Signed-off-by: Judith Mendez <jm@ti.com>