diff options
| author | Luc Michel <luc.michel@amd.com> | 2025-09-26 09:07:27 +0200 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-10-07 10:35:36 +0100 |
| commit | a0b535a57b28fe2c58481fb07e17b2f4a5dcae2e (patch) | |
| tree | 138645497de5bed15c0b079bc8b1e1d86c0e886f /include/hw | |
| parent | 3d10ac78480f4bdb17b908733fa9d2cf30ea2939 (diff) | |
| download | focaccia-qemu-a0b535a57b28fe2c58481fb07e17b2f4a5dcae2e.tar.gz focaccia-qemu-a0b535a57b28fe2c58481fb07e17b2f4a5dcae2e.zip | |
hw/arm/xlnx-versal: usb: refactor creation
Refactor the USB controller creation using the VersalMap structure. Note that the connection to the CRL is removed for now and will be re-added by next commits. Signed-off-by: Luc Michel <luc.michel@amd.com> Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20250926070806.292065-10-luc.michel@amd.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw')
| -rw-r--r-- | include/hw/arm/xlnx-versal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/hw/arm/xlnx-versal.h b/include/hw/arm/xlnx-versal.h index 71c3314b8b..5d4b30f0ff 100644 --- a/include/hw/arm/xlnx-versal.h +++ b/include/hw/arm/xlnx-versal.h @@ -19,7 +19,6 @@ #include "hw/intc/arm_gicv3.h" #include "hw/rtc/xlnx-zynqmp-rtc.h" #include "qom/object.h" -#include "hw/usb/xlnx-usb-subsystem.h" #include "hw/nvram/xlnx-bbram.h" #include "hw/nvram/xlnx-versal-efuse.h" #include "hw/ssi/xlnx-versal-ospi.h" @@ -74,10 +73,6 @@ struct Versal { struct { MemoryRegion mr_ocm; - struct { - VersalUsb2 usb; - } iou; - /* Real-time Processing Unit. */ struct { MemoryRegion mr; |