diff mbox series

[01/26] configs: am65x_evm_r5: enable driver for fixed regulators

Message ID 20231221174412.210807-2-bb@ti.com
State Superseded
Delegated to: Tom Rini
Headers show
Series sync am65x device tree with Linux v6.7-rc1 | expand

Commit Message

Bryan Brattlof Dec. 21, 2023, 5:43 p.m. UTC
Some of the regulators we need to successfully boot are fixed
regulators. Enable the driver to properly probe them.

Signed-off-by: Bryan Brattlof <bb@ti.com>
---
 configs/am65x_evm_r5_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/configs/am65x_evm_r5_defconfig b/configs/am65x_evm_r5_defconfig
index b2f1e721b36d0..b892f2eb8c5f9 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