]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: j784s4_evm_r5: Enable ESM related configs
authorAndrew Halaney <ahalaney@redhat.com>
Sun, 27 Apr 2025 07:03:23 +0000 (12:33 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 2 May 2025 20:24:13 +0000 (14:24 -0600)
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 <ahalaney@redhat.com>
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
configs/j784s4_evm_r5_defconfig

index 5a5b0458b9be6efd89539366d52df1f93deab95a..8e5b777526b3f47aa9705f84b7820ac53d91d796 100644 (file)
@@ -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