[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation
From: |
Guenter Roeck |
Subject: |
[PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation |
Date: |
Sat, 15 Feb 2020 04:23:52 -0800 |
USB ports on Xilinx Zync must be instantiated as TYPE_CHIPIDEA to work.
Linux expects and checks various chipidea registers, which do not exist
with the basic ehci emulation. This patch series fixes the problem.
The first patch in the series fixes the actual problem.
The second patch removes the now obsolete explicit Xilinx
support from the EHCI code.
v2: Introduced summary
----------------------------------------------------------------
Guenter Roeck (2):
hw/arm/xilinx_zynq: Fix USB port instantiation
hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx,ps7-usb class
hw/arm/xilinx_zynq.c | 5 +++--
hw/usb/hcd-ehci-sysbus.c | 17 -----------------
2 files changed, 3 insertions(+), 19 deletions(-)
- [PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation,
Guenter Roeck <=