diff options
author | Adam Ford <aford173@gmail.com> | 2019-06-14 09:06:48 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-26 22:24:11 -0400 |
commit | 2448e42d73fb91e4b56bb41b2677e18ab99a6c83 (patch) | |
tree | 2821fa898b8a0fc0401be4ab9e43cc6dd8c00b03 /configs/am3517_evm_defconfig | |
parent | 637fc2c9918e4ebf738921337c71acf5d4056c10 (diff) | |
download | u-boot-2448e42d73fb91e4b56bb41b2677e18ab99a6c83.tar.gz |
ARM: am3517-evm: Enable DM_PMIC and DM_REGULATOR functions
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>
Diffstat (limited to 'configs/am3517_evm_defconfig')
-rw-r--r-- | configs/am3517_evm_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig index 5cb76322df..9390035160 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 @@ -49,6 +50,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 |