Re: [U-Boot] [PATCH v2 5/9] dm: misc: add stm32 rcc driver

2017-09-17 Thread Simon Glass
On 13 September 2017 at 10:00, wrote: > From: Christophe Kerello > > 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 t

[U-Boot] [PATCH v2 5/9] dm: misc: add stm32 rcc driver

2017-09-13 Thread patrice.chotard
From: Christophe Kerello 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