Re: [PATCH v2 11/16] board: stm32pm1: add stm32mp13 board support

2022-05-22 Thread Patrice CHOTARD
Hi Patrick On 5/20/22 18:24, Patrick Delaunay wrote: > Add stm32mp15x prefix to all STM32MP15x board specific functions, > this patch is a preliminary step for STM32MP13x support. > > This patch also adds the RCC probe to avoid circular access with > usbphyc probe as clk provider. > > Signed-off

[PATCH v2 11/16] board: stm32pm1: add stm32mp13 board support

2022-05-20 Thread Patrick Delaunay
Add stm32mp15x prefix to all STM32MP15x board specific functions, this patch is a preliminary step for STM32MP13x support. This patch also adds the RCC probe to avoid circular access with usbphyc probe as clk provider. Signed-off-by: Patrick Delaunay --- Changes in v2: - fix typo in commit mess