summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Tonking <reidt@ti.com>2023-12-22 12:28:37 -0600
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commitd7693be0fb9b7a90dc6a12d5c4825ad5a6985a78 (patch)
tree010395c384ee760306ce7d1c715fc923d175477e
parentc3e2d4ccc6ef08f3aaaf1a57862b3dcf68544841 (diff)
configs: j7200_evm_r5_defconfig: Define K3_OPP_LOW
Adds the default config for K3_OPP_LOW in J7200 Reviewed-by: Udit Kumar <u-kumar1@ti.com> Signed-off-by: Reid Tonking <reidt@ti.com>
-rw-r--r--arch/arm/mach-k3/Kconfig6
-rw-r--r--configs/j7200_evm_r5_defconfig1
2 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig
index f84c788621..31610db0db 100644
--- a/arch/arm/mach-k3/Kconfig
+++ b/arch/arm/mach-k3/Kconfig
@@ -100,6 +100,12 @@ config SYS_K3_BOOT_CORE_ID
int
default 16
+config K3_OPP_LOW
+ 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 freqrency according to SoC trm
+
config K3_EARLY_CONS
bool "Activate to allow for an early console during SPL"
depends on SPL
diff --git a/configs/j7200_evm_r5_defconfig b/configs/j7200_evm_r5_defconfig
index a491992df3..56b134ae0f 100644
--- a/configs/j7200_evm_r5_defconfig
+++ b/configs/j7200_evm_r5_defconfig
@@ -106,6 +106,7 @@ CONFIG_SPL_FS_LOADER=y
CONFIG_ESM_K3=y
CONFIG_ESM_PMIC=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