From: Neha Malcom Francis Date: Mon, 18 Nov 2024 10:57:13 +0000 (+0530) Subject: configs: j784s4_evm_r5_defconfig: Enable AVS X-Git-Tag: v2025.04-rc1~17^2~71^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368bb089983525f49bb5c8375464216a545d4a1a;p=pandora-u-boot.git configs: j784s4_evm_r5_defconfig: Enable AVS Enable AVS support on J784S4 along with regulator. Signed-off-by: Neha Malcom Francis Reviewed-by: Manorit Chawdhry --- diff --git a/configs/j784s4_evm_r5_defconfig b/configs/j784s4_evm_r5_defconfig index 0b5441fa023..0a55f75bbe5 100644 --- a/configs/j784s4_evm_r5_defconfig +++ b/configs/j784s4_evm_r5_defconfig @@ -145,3 +145,7 @@ CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 CONFIG_PANIC_HANG=y CONFIG_LIB_RATIONAL=y CONFIG_SPL_LIB_RATIONAL=y +CONFIG_K3_AVS0=y +CONFIG_DM_REGULATOR=y +CONFIG_SPL_DM_REGULATOR=y +CONFIG_SPL_DM_REGULATOR_TPS6287X=y