]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: am65x_evm_r5: enable driver for fixed regulators
authorBryan Brattlof <bb@ti.com>
Fri, 29 Dec 2023 17:46:58 +0000 (11:46 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 3 Jan 2024 13:36:37 +0000 (08:36 -0500)
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>
configs/am65x_evm_r5_defconfig

index b2f1e721b36d0508d7864c52c35a4d2f386d529a..b892f2eb8c5f9393042f77c414c43aa746149044 100644 (file)
@@ -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