diff options
author | Patrice Chotard | 2018-04-26 17:13:12 +0200 |
---|---|---|
committer | Tom Rini | 2018-05-08 09:07:39 -0400 |
commit | 743f6c4ae12ee62d42c5a0626aa19ea6d2cdceb3 (patch) | |
tree | fdb963327fa8ae17af807069b256f6f467640367 /configs | |
parent | 21299d3a68ba71c17430b1f156ff532b88b39ee2 (diff) |
configs: stm32mp15_basic: Set regulator relative flags
Enable DM_REGULATOR_STPMU1 flag to activate regulator
driver for STM32MP15 SoC and CMD_REGULATOR flag to be
able to set/get regulator state int U-boot command line.
Disable PMIC_CHILDREN as this flag is not needed in SPL
for STM32MP1.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/stm32mp15_basic_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index 46790bbe0ee..195efa1ce06 100644 --- a/configs/stm32mp15_basic_defconfig +++ b/configs/stm32mp15_basic_defconfig @@ -23,6 +23,7 @@ CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_PMIC=y +CONFIG_CMD_REGULATOR=y CONFIG_CMD_EXT4_WRITE=y # CONFIG_SPL_DOS_PARTITION is not set CONFIG_DM_I2C=y @@ -31,6 +32,10 @@ CONFIG_DM_MMC=y CONFIG_STM32_SDMMC2=y # CONFIG_SPL_PINCTRL_FULL is not set CONFIG_DM_PMIC=y +# CONFIG_SPL_PMIC_CHILDREN is not set CONFIG_PMIC_STPMU1=y +CONFIG_DM_REGULATOR=y +CONFIG_DM_REGULATOR_GPIO=y +CONFIG_DM_REGULATOR_STPMU1=y CONFIG_STM32_SERIAL=y # CONFIG_EFI_LOADER is not set |