Re: [PATCH] clk: stm32mp1: Add support for USART1 clock

2023-10-04 Thread Patrice CHOTARD
On 10/4/23 11:28, Patrice CHOTARD wrote: > > > On 9/29/23 13:34, Anatolij Gustschin wrote: >> Add USART1 clock parents and mux configuration. This allows >> support for configuring the USART1 as the serial console in >> SPL and U-Boot via device tree. Without this patch the SPL >> with usart1

Re: [PATCH] clk: stm32mp1: Add support for USART1 clock

2023-10-04 Thread Patrice CHOTARD
On 9/29/23 13:34, Anatolij Gustschin wrote: > Add USART1 clock parents and mux configuration. This allows > support for configuring the USART1 as the serial console in > SPL and U-Boot via device tree. Without this patch the SPL > with usart1 serial console enabled crashes because it can > not

[PATCH] clk: stm32mp1: Add support for USART1 clock

2023-09-29 Thread Anatolij Gustschin
Add USART1 clock parents and mux configuration. This allows support for configuring the USART1 as the serial console in SPL and U-Boot via device tree. Without this patch the SPL with usart1 serial console enabled crashes because it can not find the clock specified in the device tree for usart1.