From: Udit Kumar Date: Thu, 1 May 2025 17:53:08 +0000 (+0530) Subject: configs: j722s_evm_r5_defconfig: Enable PMIC config X-Git-Tag: v2025.07-rc2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df7b988ed3ec43b229769174f4f99826b4f8c8b5;p=thirdparty%2Fu-boot.git 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 --- 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