diff mbox series

[U-Boot] ARM: am3517-evm: Enable DM_PMIC and DM_REGULATOR functions

Message ID 20190614140648.27853-1-aford173@gmail.com
State Accepted
Commit 2448e42d73fb91e4b56bb41b2677e18ab99a6c83
Delegated to: Tom Rini
Headers show
Series [U-Boot] ARM: am3517-evm: Enable DM_PMIC and DM_REGULATOR functions | expand

Commit Message

Adam Ford June 14, 2019, 2:06 p.m. UTC
The PBIAS regulator is available on OMAP3's, and it's shared on
the AM35, so this patch enables that in U-Boot along with GPIO
based regulators.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tom Rini July 28, 2019, 9:49 p.m. UTC | #1
On Fri, Jun 14, 2019 at 09:06:48AM -0500, Adam Ford wrote:

> The PBIAS regulator is available on OMAP3's, and it's shared on
> the AM35, so this patch enables that in U-Boot along with GPIO
> based regulators.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
> index b9f59f3291..f61a86b115 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
index b9f59f3291..f61a86b115 100644
--- a/configs/am3517_evm_defconfig
+++ b/configs/am3517_evm_defconfig
@@ -17,6 +17,7 @@  CONFIG_SPL_SYS_MALLOC_SIMPLE=y
 # CONFIG_SPL_FS_EXT4 is not set
 CONFIG_SPL_MTD_SUPPORT=y
 CONFIG_SPL_OS_BOOT=y
+# CONFIG_SPL_POWER_SUPPORT is not set
 CONFIG_SYS_PROMPT="AM3517_EVM # "
 # CONFIG_CMD_IMI is not set
 CONFIG_CMD_SPL=y
@@ -48,6 +49,11 @@  CONFIG_MII=y
 CONFIG_DRIVER_TI_EMAC=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_TWL4030_POWER is not set
 CONFIG_CONS_INDEX=3
 CONFIG_SPI=y