Re: [PATCH v4 1/3] hw/misc: Create STM32L4x5 SYSCFG clock

2024-07-01 Thread Luc Michel
On 11:43 Sat 22 Jun , Inès Varhol wrote: > This commit creates a clock in STM32L4x5 SYSCFG and wires it up to the > corresponding clock from STM32L4x5 RCC. > > Signed-off-by: Inès Varhol > Reviewed-by: Peter Maydell > Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Luc Michel > --- >

[PATCH v4 1/3] hw/misc: Create STM32L4x5 SYSCFG clock

2024-06-22 Thread Inès Varhol
This commit creates a clock in STM32L4x5 SYSCFG and wires it up to the corresponding clock from STM32L4x5 RCC. Signed-off-by: Inès Varhol Reviewed-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé --- include/hw/misc/stm32l4x5_syscfg.h | 1 + hw/arm/stm32l4x5_soc.c | 2 ++