[PATCH v2 2/6] usb: ehci: ehci-marvell: Support for marvell,ac5-ehci

2022-09-20 Thread Chris Packham
Unlike the other 64-bit mvebu SoCs the AlleyCat5 uses the older ehci block from the 32-bit SoCs. Adapt the ehci-marvell.c driver to cope with the fact that the ac5 does not have the mbus infrastructure the 32-bit SoCs have and ensure USB_EHCI_IS_TDI is selected. Signed-off-by: Chris Packham ---

Re: [PATCH v2 2/6] usb: ehci: ehci-marvell: Support for marvell,ac5-ehci

2022-09-20 Thread Pali Rohár
On Tuesday 20 September 2022 20:31:49 Chris Packham wrote: > Unlike the other 64-bit mvebu SoCs the AlleyCat5 uses the older ehci > block from the 32-bit SoCs. Adapt the ehci-marvell.c driver to cope with > the fact that the ac5 does not have the mbus infrastructure the 32-bit > SoCs have and ensur