commit | 515fe1ee4ecca7162a30a9b495582cc6d18c3593 | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Sat Nov 05 17:23:57 2022 +1300 |
committer | Stefan Roese <sr@denx.de> | Mon Nov 07 07:46:28 2022 +0100 |
tree | 3eb59f3b39aeac5a89037eeabfb75d70151b5664 | |
parent | aaee5720f25e24d2f8d4164efb7ef7afcc2a534d [diff] |
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>