]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: omap3_beagle: Enable DM_PMIC and DM_REGULATOR
authorRomain Naour <romain.naour@gmail.com>
Fri, 25 Feb 2022 11:18:34 +0000 (12:18 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 10 Mar 2022 18:49:57 +0000 (13:49 -0500)
commit60cf227c1f17acf6305a6ff2e1e3a1352f20d3ad
tree62c301b9ffd79ff4db28c97f066c90194ca93a0e
parent2d56550a6e1add3b4f7ec6f4ad7433de7734215b
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] 159f7c475002849e1cbdb8472de9ecf21807f8cd
[2] 0f34d0b692b67d22749a22545778bd53ccf457a1

Signed-off-by: Romain Naour <romain.naour@gmail.com>
configs/omap3_beagle_defconfig