diff mbox series

[U-Boot,RESEND,v1,3/4] configs: stm32mp15: Enable STM32_VREFBUF flag

Message ID 1524754849-935-4-git-send-email-patrice.chotard@st.com
State Accepted
Commit fd92ea0d8beb35876e95d9941880df2576be537d
Delegated to: Tom Rini
Headers show
Series Add STM32 VREFBUF regulator driver | expand

Commit Message

Patrice CHOTARD April 26, 2018, 3 p.m. UTC
From: Fabrice Gasnier <fabrice.gasnier@st.com>

Enable vrefbuf on stm32mp15, to be used by ADC.

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---

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

Comments

Tom Rini May 8, 2018, 5:17 p.m. UTC | #1
On Thu, Apr 26, 2018 at 05:00:48PM +0200, Patrice Chotard wrote:

> From: Fabrice Gasnier <fabrice.gasnier@st.com>
> 
> Enable vrefbuf on stm32mp15, to be used by ADC.
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> Signed-off-by: Patrice Chotard <patrice.chotard@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 195efa1ce06d..b1c3690c0094 100644
--- a/configs/stm32mp15_basic_defconfig
+++ b/configs/stm32mp15_basic_defconfig
@@ -36,6 +36,7 @@  CONFIG_DM_PMIC=y
 CONFIG_PMIC_STPMU1=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_REGULATOR_STM32_VREFBUF=y
 CONFIG_DM_REGULATOR_STPMU1=y
 CONFIG_STM32_SERIAL=y
 # CONFIG_EFI_LOADER is not set