hw/arm/musicpal: Map the UART devices unconditionally
commit4758567bc00ee52e0861202206f4b8fab5e1af90
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 5 May 2020 09:59:45 +0000 (5 11:59 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 May 2020 10:48:50 +0000 (11 11:48 +0100)
treee37f1441e97b4ccb83d625e576fa25768239e530
parent2465b07c0bd4f7a97bbcbefbd7f7432230485bea
hw/arm/musicpal: Map the UART devices unconditionally

I can't find proper documentation or datasheet, but it is likely
a MMIO mapped serial device mapped in the 0x80000000..0x8000ffff
range belongs to the SoC address space, thus is always mapped in
the memory bus.
Map the devices on the bus regardless a chardev is attached to it.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Jan Kiszka <jan.kiszka@web.de>
Message-id: 20200505095945.23146-1-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/musicpal.c