diff options
| author | Andrew Halaney <[email protected]> | 2025-04-27 12:33:23 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-02 14:24:13 -0600 |
| commit | 8de75de3e4529803030e2763d98db3e5aaf6b956 (patch) | |
| tree | 0c7c572341a0af51711befa188ba30febf684b4d | |
| parent | 61c6d134868a7c888a90c9d5612fd18c0274b01e (diff) | |
configs: j784s4_evm_r5: Enable ESM related configs
Like other TI platforms, let's enable the ESM. This allows the ESM to be
programmed during boot, and the PMIC associated with the ESM output,
enabling blocks like the RTI watchdogs to actually cause the system to
reset.
Signed-off-by: Andrew Halaney <[email protected]>
Signed-off-by: Udit Kumar <[email protected]>
| -rw-r--r-- | configs/j784s4_evm_r5_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/j784s4_evm_r5_defconfig b/configs/j784s4_evm_r5_defconfig index 5a5b0458b9b..8e5b777526b 100644 --- a/configs/j784s4_evm_r5_defconfig +++ b/configs/j784s4_evm_r5_defconfig @@ -125,6 +125,11 @@ CONFIG_SPL_PINCTRL=y CONFIG_PINCTRL_SINGLE=y CONFIG_POWER_DOMAIN=y CONFIG_TI_POWER_DOMAIN=y +CONFIG_ESM_K3=y +CONFIG_ESM_PMIC=y +CONFIG_DM_PMIC=y +CONFIG_PMIC_TPS65941=y +CONFIG_DM_REGULATOR_TPS65941=y CONFIG_DM_REGULATOR=y CONFIG_SPL_DM_REGULATOR=y CONFIG_SPL_DM_REGULATOR_TPS6287X=y |
