Re: [PATCH v2 15/15] hw/arm/bcm2835_peripherals: connect the UART clock

2020-10-06 Thread Philippe Mathieu-Daudé
On 10/5/20 9:56 PM, Luc Michel wrote: > Connect the 'uart-out' clock from the CPRMAN to the PL011 instance. > > Signed-off-by: Luc Michel > --- > hw/arm/bcm2835_peripherals.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 15/15] hw/arm/bcm2835_peripherals: connect the UART clock

2020-10-05 Thread Luc Michel
Connect the 'uart-out' clock from the CPRMAN to the PL011 instance. Signed-off-by: Luc Michel --- hw/arm/bcm2835_peripherals.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/arm/bcm2835_peripherals.c b/hw/arm/bcm2835_peripherals.c index 9d6190042d..d8f28b1ae2 100644 ---