aboutsummaryrefslogtreecommitdiff
path: root/configs/omap3_beagle_defconfig
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2022-02-25 12:18:34 +0100
committerTom Rini <trini@konsulko.com>2022-03-10 13:49:57 -0500
commit4d7de5c5080809dd214f4d75dd72e6c7cc3dc3a4 (patch)
tree62c301b9ffd79ff4db28c97f066c90194ca93a0e /configs/omap3_beagle_defconfig
parenta7658396ee4aa86e2239a6d20450ccb48dba2288 (diff)
downloadu-boot-4d7de5c5080809dd214f4d75dd72e6c7cc3dc3a4.zip
u-boot-4d7de5c5080809dd214f4d75dd72e6c7cc3dc3a4.tar.gz
u-boot-4d7de5c5080809dd214f4d75dd72e6c7cc3dc3a4.tar.bz2
ARM: omap3_beagle: Enable DM_PMIC and DM_REGULATOR
Enabling DM_PMIC, DM_REGULATOR_FIXED, and DM_REGULATOR_GPIO gives us the ability to better monitor voltages and enable hardware through the device tree. The TL4030 (TPS65950) is not yet migrated to DM, so this patch only enables the fixed and GPIO controlled regulators. Based on commit [1][2]. [1] a40d3cc845756e1e38af5ac31986539417e64abb [2] 2448e42d73fb91e4b56bb41b2677e18ab99a6c83 Signed-off-by: Romain Naour <romain.naour@gmail.com>
Diffstat (limited to 'configs/omap3_beagle_defconfig')
-rw-r--r--configs/omap3_beagle_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
index a9b2c15..c7111f4 100644
--- a/configs/omap3_beagle_defconfig
+++ b/configs/omap3_beagle_defconfig
@@ -85,6 +85,11 @@ CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
CONFIG_DM_ETH=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_SINGLE=y
+CONFIG_DM_PMIC=y
+# CONFIG_SPL_PMIC_CHILDREN is not set
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_DM_REGULATOR_GPIO=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_OMAP3_SPI=y