Re: [Qemu-devel] [PATCH for 3.2 v2 4/7] hw/arm/bcm2835: Rename some definitions

2018-11-05 Thread Peter Maydell
On 2 November 2018 at 00:13, Philippe Mathieu-Daudé wrote: > The UART1 is part of the AUX peripheral, > the PCM_CLOCK (yet unimplemented) is part of the CPRMAN. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/arm/bcm2835_peripherals.c| 2 +- > include/hw/arm/raspi_platform.h | 4 ++-- >

[Qemu-devel] [PATCH for 3.2 v2 4/7] hw/arm/bcm2835: Rename some definitions

2018-11-01 Thread Philippe Mathieu-Daudé
The UART1 is part of the AUX peripheral, the PCM_CLOCK (yet unimplemented) is part of the CPRMAN. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/bcm2835_peripherals.c| 2 +- include/hw/arm/raspi_platform.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/arm/bcm2