diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2018-07-09 15:17:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-20 15:55:06 -0400 |
commit | aeac16af7cea9d9f9108644d1934fa1aa4b0bc2d (patch) | |
tree | 5db6fb4484a90966f4e73bb1c110b18a67d026a4 | |
parent | 5f16f655cc4e8677a20c5491298d28b6c0bfdcee (diff) | |
download | u-boot-aeac16af7cea9d9f9108644d1934fa1aa4b0bc2d.tar.gz |
stm32mp1: activate FIXED regulator
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
-rw-r--r-- | configs/stm32mp15_basic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index 87f60be00d..c72a440dff 100644 --- a/configs/stm32mp15_basic_defconfig +++ b/configs/stm32mp15_basic_defconfig @@ -37,6 +37,7 @@ CONFIG_DM_PMIC=y # CONFIG_SPL_PMIC_CHILDREN is not set CONFIG_PMIC_STPMU1=y CONFIG_DM_REGULATOR=y +CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_REGULATOR_STM32_VREFBUF=y CONFIG_DM_REGULATOR_STPMU1=y |