diff mbox series

[U-Boot,5/6] stm32mp1: activate FIXED regulator

Message ID 1531142244-22011-5-git-send-email-patrick.delaunay@st.com
State Accepted
Commit aeac16af7cea9d9f9108644d1934fa1aa4b0bc2d
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/6] dts: import stm32mp1 device tree from linux kernel | expand

Commit Message

Patrick DELAUNAY July 9, 2018, 1:17 p.m. UTC
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
---

 configs/stm32mp15_basic_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini July 20, 2018, 10:35 p.m. UTC | #1
On Mon, Jul 09, 2018 at 03:17:23PM +0200, Patrick Delaunay wrote:

> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>

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

Patch

diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
index 87f60be..c72a440 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