aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2023-12-29 11:46:58 -0600
committerTom Rini <trini@konsulko.com>2024-01-03 08:36:37 -0500
commit88af4d46c601fb1cbb4cac3f8e1cd366711fcb3a (patch)
tree334bcc97ba1d55d00004a96b82d6632ba97f22af
parent0a0ceea2269b983e736b80104f03cc800d1a5e2a (diff)
downloadu-boot-88af4d46c601fb1cbb4cac3f8e1cd366711fcb3a.zip
u-boot-88af4d46c601fb1cbb4cac3f8e1cd366711fcb3a.tar.gz
u-boot-88af4d46c601fb1cbb4cac3f8e1cd366711fcb3a.tar.bz2
configs: am65x_evm_r5: enable driver for fixed regulators
Some of the regulators we need to successfully boot are fixed regulators. Enable the driver to properly probe them. Tested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Nishanth Menon <nm@ti.com>
-rw-r--r--configs/am65x_evm_r5_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am65x_evm_r5_defconfig b/configs/am65x_evm_r5_defconfig
index b2f1e72..b892f2e 100644
--- a/configs/am65x_evm_r5_defconfig
+++ b/configs/am65x_evm_r5_defconfig
@@ -118,6 +118,8 @@ CONFIG_POWER_DOMAIN=y
CONFIG_TI_SCI_POWER_DOMAIN=y
CONFIG_DM_REGULATOR=y
CONFIG_SPL_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_SPL_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_SPL_DM_REGULATOR_GPIO=y
CONFIG_DM_REGULATOR_TPS62360=y