usb: ehci: ehci-marvell: Support for marvell,ac5-ehci
authorChris Packham <judge.packham@gmail.com>
Sat, 5 Nov 2022 04:23:57 +0000 (17:23 +1300)
committerStefan Roese <sr@denx.de>
Mon, 7 Nov 2022 06:46:28 +0000 (07:46 +0100)
commit515fe1ee4ecca7162a30a9b495582cc6d18c3593
tree3eb59f3b39aeac5a89037eeabfb75d70151b5664
parentaaee5720f25e24d2f8d4164efb7ef7afcc2a534d
usb: ehci: ehci-marvell: Support for marvell,ac5-ehci

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 <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/usb/host/Kconfig
drivers/usb/host/ehci-marvell.c