commit | 927671e56b16ef6a9b371651fcc420f27f70b8a0 | [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 | 44b7cc754976ea187879348d07a9c72c428e5a40 [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>