configs: j7200_evm_r5_defconfig: Define K3_OPP_LOW
authorReid Tonking <reidt@ti.com>
Tue, 19 Nov 2024 00:32:59 +0000 (06:02 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 4 Dec 2024 20:30:18 +0000 (14:30 -0600)
Define new CONFIG_K3_OPP_LOW under arm/mach-k3/r5/Kconfig and add
default value to j7200_evm_r5_defconfig

Signed-off-by: Reid Tonking <reidt@ti.com>
Signed-off-by: Aniket Limaye <a-limaye@ti.com>
arch/arm/mach-k3/r5/Kconfig
configs/j7200_evm_r5_defconfig

index 878087f..1233588 100644 (file)
@@ -1,6 +1,13 @@
 config K3_LOAD_SYSFW
        bool
 
+config K3_OPP_LOW
+       depends on ARCH_K3 && K3_AVS0
+       bool "Enable OPP_LOW on supported TI K3 SoCs"
+       help
+         Enabling this will allow Socs with the proper efuse to run at a lower
+         MPU core voltage and adjust frequency according to SoC TRM
+
 config K3_QOS
        bool "Enable Quality of Service (QoS) Settings for TI K3 SoCs"
        default y if SOC_K3_AM62A7
index f036a6f..217759e 100644 (file)
@@ -102,6 +102,7 @@ CONFIG_K3_SEC_PROXY=y
 CONFIG_FS_LOADER=y
 CONFIG_SPL_FS_LOADER=y
 CONFIG_K3_AVS0=y
+# CONFIG_K3_OPP_LOW is not set
 CONFIG_SUPPORT_EMMC_BOOT=y
 CONFIG_SPL_MMC_HS400_SUPPORT=y
 CONFIG_MMC_SDHCI=y