commit | 169582025adc8892ec0813f52f6d643055b3e9dc | [log] [tgz] |
---|---|---|
author | Julien Panis <jpanis@baylibre.com> | Fri Jul 01 14:30:11 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 25 09:38:47 2022 -0400 |
tree | 244eb4045c12657e5a2f1389545533adaeb5a5fb | |
parent | 3128c890f2715f5e73300d67edff2bd26865740d [diff] |
arm64: mach-k3: am625_init: Probe ESM nodes On AM62x devices, main ESM error event outputs can be routed to MCU ESM as inputs. So, two ESM device nodes are expected in the device tree : one for main ESM and another one for MCU ESM. MCU ESM error output can trigger the reset logic to reset the device when CTRLMMR_MCU_RST_CTRL:MCU_ESM_ERROR_RESET_EN_Z is set to '0'. Signed-off-by: Julien Panis <jpanis@baylibre.com>