summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUdit Kumar <[email protected]>2025-05-01 23:23:08 +0530
committerTom Rini <[email protected]>2025-05-09 15:07:37 -0600
commitdf7b988ed3ec43b229769174f4f99826b4f8c8b5 (patch)
treee3d4653e9f0d2b827ebefeb8ca80a91e399cee5b
parente4e564e0d6f0f69dc0d8652aec6a04c4c6d9d44a (diff)
configs: j722s_evm_r5_defconfig: Enable PMIC config
In kernel device tre commit 714d54917147: ("arm64: dts: ti: k3-j722s-evm: Enable PMIC") adds pmic support. Above commit of kernel get synched in u-boot by sha ab06a533f08e:("Squashed 'dts/upstream/' changes from 8531b4b4988c..955176a4ff59"). Now, PMIC DT is available in u-boot for J722S EVM, So enable PMIC in defconfig as well. Signed-off-by: Udit Kumar <[email protected]>
-rw-r--r--configs/j722s_evm_r5_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/j722s_evm_r5_defconfig b/configs/j722s_evm_r5_defconfig
index 40db0da9f62..d34a718a00b 100644
--- a/configs/j722s_evm_r5_defconfig
+++ b/configs/j722s_evm_r5_defconfig
@@ -127,3 +127,9 @@ CONFIG_ESM_K3=y
CONFIG_SPL_DRIVERS_MISC=y
CONFIG_SPL_MISC=y
CONFIG_SPL_LIB_RATIONAL=y
+CONFIG_DM_PMIC=y
+CONFIG_PMIC_TPS65941=y
+CONFIG_DM_REGULATOR=y
+CONFIG_SPL_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_TPS65941=y
+CONFIG_SPL_I2C=y