Re: [PATCH v5 7/8] STM32L4x5: Use the RCC Sysclk

2024-02-23 Thread Peter Maydell
On Mon, 19 Feb 2024 at 20:17, Arnaud Minier wrote: > > Now that we can generate reliable clock frequencies from the RCC, remove > the hacky definition of the sysclk in the b_l475e_iot01a initialisation > code and use the correct RCC clock. > > Signed-off-by: Arnaud Minier > Signed-off-by: Inès Va

[PATCH v5 7/8] STM32L4x5: Use the RCC Sysclk

2024-02-19 Thread Arnaud Minier
Now that we can generate reliable clock frequencies from the RCC, remove the hacky definition of the sysclk in the b_l475e_iot01a initialisation code and use the correct RCC clock. Signed-off-by: Arnaud Minier Signed-off-by: Inès Varhol Acked-by: Alistair Francis --- hw/arm/b-l475e-iot01a.c