Re: [U-Boot] [PATCH v2 4/9] dm: reset: add stm32 reset driver

2017-09-17 Thread Simon Glass
On 13 September 2017 at 10:00, wrote: > From: Patrice Chotard > > This driver is adapted from linux drivers/reset/reset-stm32.c > It's compatible with STM32 F4/F7/H7 SoCs. > > This driver doesn't implement .of_match as it's binded > by MFD RCC driver. > > To add support for each SoC family, a So

[U-Boot] [PATCH v2 4/9] dm: reset: add stm32 reset driver

2017-09-13 Thread patrice.chotard
From: Patrice Chotard This driver is adapted from linux drivers/reset/reset-stm32.c It's compatible with STM32 F4/F7/H7 SoCs. This driver doesn't implement .of_match as it's binded by MFD RCC driver. To add support for each SoC family, a SoC's specific include/dt-binfings/mfd/stm32xx-rcc.h file