[U-Boot] [PATCH v2 5/9] dm: misc: add stm32 rcc driver
Simon Glass
sjg at chromium.org
Sun Sep 17 17:53:20 UTC 2017
On 13 September 2017 at 10:00, <patrice.chotard at st.com> wrote:
> From: Christophe Kerello <christophe.kerello at 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 at st.com>
> Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
> Reviewed-by: Vikas Manocha <vikas.manocha at 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 at chromium.org>
More information about the U-Boot
mailing list