[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation
From: |
Gerd Hoffmann |
Subject: |
Re: [PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation |
Date: |
Mon, 17 Feb 2020 09:21:46 +0100 |
On Sat, Feb 15, 2020 at 04:23:52AM -0800, Guenter Roeck wrote:
> 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.
Reviewed-by: Gerd Hoffmann <address@hidden>