diff mbox series

[U-Boot,08/11] configs: stm32f746-disco: enable MISC/DM_RESET/STM32_RESET and STM32_RCC

Message ID 1510748093-16433-9-git-send-email-patrice.chotard@st.com
State Accepted
Commit fe8d4780fffb0fe211fda3a5253f154c1e026939
Delegated to: Tom Rini
Headers show
Series Extend clk_stm32f7 driver | expand

Commit Message

Patrice CHOTARD Nov. 15, 2017, 12:14 p.m. UTC
From: Patrice Chotard <patrice.chotard@st.com>

This allows to add rcc MFD support to stm32f746-disco board
This rcc MFD driver manages clock and reset for STM32 SoCs family

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
---
 configs/stm32f746-disco_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tom Rini Nov. 30, 2017, 3:34 p.m. UTC | #1
On Wed, Nov 15, 2017 at 01:14:50PM +0100, patrice.chotard@st.com wrote:

> From: Patrice Chotard <patrice.chotard@st.com>
> 
> This allows to add rcc MFD support to stm32f746-disco board
> This rcc MFD driver manages clock and reset for STM32 SoCs family
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>

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

Patch

diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig
index e78a43d..53bfd9d 100644
--- a/configs/stm32f746-disco_defconfig
+++ b/configs/stm32f746-disco_defconfig
@@ -31,6 +31,8 @@  CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_NETCONSOLE=y
 CONFIG_CLK=y
 CONFIG_DM_GPIO=y
+CONFIG_MISC=y
+CONFIG_STM32_RCC=y
 # CONFIG_MMC is not set
 CONFIG_MTD=y
 CONFIG_MTD_NOR_FLASH=y
@@ -44,6 +46,8 @@  CONFIG_PINCTRL=y
 CONFIG_PINCTRL_STM32=y
 CONFIG_RAM=y
 CONFIG_STM32_SDRAM=y
+CONFIG_DM_RESET=y
+CONFIG_STM32_RESET=y
 CONFIG_STM32X7_SERIAL=y
 CONFIG_DM_SPI=y
 CONFIG_STM32_QSPI=y