diff options
| author | Tom Rini <[email protected]> | 2025-05-02 14:24:21 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-02 15:32:45 -0600 |
| commit | 0c8a89d252c3db3401ffa572ee2e4dfcb94e2c3b (patch) | |
| tree | 9aeeefff22677313c80ac2323e1c1f0712e96817 /configs | |
| parent | 0b78c2756262b73d037ab16f8ea5d6ef007bd854 (diff) | |
| parent | 8de75de3e4529803030e2763d98db3e5aaf6b956 (diff) | |
Merge patch series "k3-j784s4*: Enable ESMs and related PMIC"
Udit Kumar <[email protected]> says:
This series enables the ESMs and the associated PMIC. Programming these bits is
a requirement to make the watchdog actually reset the board.
Series supports WDT reset on all TI platforms based upon J784S4 SOC
including cut down (J742S2).
Bootlogs for reset
AM69: https://gist.github.com/uditkumarti/dca2171aafd6d50c82159346f9a0102f#file-am69-L2466
J784S4: https://gist.github.com/uditkumarti/dca2171aafd6d50c82159346f9a0102f#file-j784s4-L2704
J742S2: https://gist.github.com/uditkumarti/dca2171aafd6d50c82159346f9a0102f#file-j742s2-L2614
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'configs')
| -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 |
