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

2022-06-17 Thread Patrick DELAUNAY
Hi, Accepted with minor modification. On 5/6/22 16:06, Patrick Delaunay wrote: Add stm32mp15x prefix to all STM32MP15x board specific function, this patch is a preliminary step for STM32MP13x support. This patch also add the RCC probe to avoid circular access with usbphyc probe as clk provide

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

2022-05-20 Thread Patrick DELAUNAY
Hi Patrice On 5/20/22 09:02, Patrice CHOTARD wrote: Hi Patrick One typo and one remark below On 5/6/22 16:06, Patrick Delaunay wrote: Add stm32mp15x prefix to all STM32MP15x board specific function, this patch is a preliminary step for STM32MP13x support. This patch also add the RCC probe to

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

2022-05-20 Thread Patrice CHOTARD
Hi Patrick One typo and one remark below On 5/6/22 16:06, Patrick Delaunay wrote: > Add stm32mp15x prefix to all STM32MP15x board specific function, > this patch is a preliminary step for STM32MP13x support. > > This patch also add the RCC probe to avoid circular access with s/add/adds > usbph

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

2022-05-06 Thread Patrick Delaunay
Add stm32mp15x prefix to all STM32MP15x board specific function, this patch is a preliminary step for STM32MP13x support. This patch also add the RCC probe to avoid circular access with usbphyc probe as clk provider. Signed-off-by: Patrick Delaunay --- board/st/stm32mp1/stm32mp1.c | 27 +++