Re: [PATCH v3 0/3] stm32mp: prepare RCC support for STM32MP13

2022-06-11 Thread Sean Anderson
On 6/2/22 9:05 AM, Patrick Delaunay wrote: Prepare the support of STM32MP13 RCC, the reset and clock controller - update of the RCC MISC driver to bind the correct clock and reset driver - reset driver, same than STM32MP15x = drivers/reset/stm32-reset.c - clock driver, add a stm32 sub directory

[PATCH v3 0/3] stm32mp: prepare RCC support for STM32MP13

2022-06-02 Thread Patrick Delaunay
Prepare the support of STM32MP13 RCC, the reset and clock controller - update of the RCC MISC driver to bind the correct clock and reset driver - reset driver, same than STM32MP15x = drivers/reset/stm32-reset.c - clock driver, add a stm32 sub directory to prepare the addition of stm32mp13 drive