diff options
author | Tero Kristo <t-kristo@ti.com> | 2019-10-24 15:01:01 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-07 18:39:17 -0500 |
commit | e41dd6c49959a0c82cd55e826cfe3102969803d8 (patch) | |
tree | 8ea4671220e9be616163a9f2f5d38fb22612109f /configs | |
parent | 2f71498d52371341f5a3423f43d110a9be1123ae (diff) | |
download | u-boot-e41dd6c49959a0c82cd55e826cfe3102969803d8.tar.gz u-boot-e41dd6c49959a0c82cd55e826cfe3102969803d8.tar.xz u-boot-e41dd6c49959a0c82cd55e826cfe3102969803d8.zip |
configs: am65x_evm_r5_defconfig: Enable TPS62363 regulator support
TPS62363 is used to control the MPU_VDD voltage, so enable the driver
for this.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am65x_evm_r5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am65x_evm_r5_defconfig b/configs/am65x_evm_r5_defconfig index d0619e9b7a..a721b24ba4 100644 --- a/configs/am65x_evm_r5_defconfig +++ b/configs/am65x_evm_r5_defconfig @@ -84,6 +84,7 @@ CONFIG_DM_REGULATOR=y CONFIG_SPL_DM_REGULATOR=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_SPL_DM_REGULATOR_GPIO=y +CONFIG_DM_REGULATOR_TPS62360=y CONFIG_RAM=y CONFIG_SPL_RAM=y CONFIG_K3_SYSTEM_CONTROLLER=y |