
On 13 September 2017 at 10:00, patrice.chotard@st.com wrote:
From: Christophe Kerello christophe.kerello@st.com
This patch adds the support of reset and clock control block (rcc) found on STM32 SoCs. This driver is similar to a MFD linux driver.
This driver supports currently STM32H7 only. STM32F4 and STM32F7 will be migrated to this rcc MFD driver in the future to uniformize all STM32 SoCs already upstreamed.
Signed-off-by: Christophe Kerello christophe.kerello@st.com Signed-off-by: Patrice Chotard patrice.chotard@st.com Reviewed-by: Vikas Manocha vikas.manocha@st.com
v2: _ merge peripheral and kernel clocks arrays _ add voltage scaling support needed for Evaluation board
drivers/misc/Kconfig | 9 +++++++++ drivers/misc/Makefile | 1 + drivers/misc/stm32_rcc.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 drivers/misc/stm32_rcc.c
Reviewed-by: Simon Glass sjg@chromium.org