]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/arm/nseries: Unconditionally map the TUSB6010 USB Host controller
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Jan 2024 21:51:06 +0000 (22:51 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jan 2024 11:30:47 +0000 (11:30 +0000)
The TUSB6010 USB controller is soldered on the N800 and N810
tablets, thus is always present.

This is a migration compatibility break for the n800/n810
machines started with the '-usb none' option.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240119215106.45776-3-philmd@linaro.org
[PMM: fixed commit message typo]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/nseries.c

index 35aff46b4b48dbde5c2e12955602f75c37d5de92..35deb74f655b4d510bdfaa730beb1d6e5b4ba8ae 100644 (file)
@@ -1353,9 +1353,7 @@ static void n8x0_init(MachineState *machine,
     n8x0_spi_setup(s);
     n8x0_dss_setup(s);
     n8x0_cbus_setup(s);
-    if (machine_usb(machine)) {
-        n8x0_usb_setup(s);
-    }
+    n8x0_usb_setup(s);
 
     if (machine->kernel_filename) {
         /* Or at the linux loader.  */