This series adds support for the EHCI controller found in Aspeed's
new AST2700 SoC.
v3:
-ehci-platform.c
- Using dma_mask_64 as a local flag rather than modifying the global
defaults, to avoid unintended side effects when multiple devices probe.
v2:
-ehci-platform.c
- remove ehci_ast2700_platform replace by of_device_id data for
dma_mask_64.
Ryan Chen (2):
dt-bindings: usb: ehci: Add Aspeed AST2700 compatible
usb: ehci: Add Aspeed AST2700 support
.../devicetree/bindings/usb/generic-ehci.yaml | 1 +
drivers/usb/host/ehci-platform.c | 15 +++++++++++++--
2 files changed, 14 insertions(+), 2 deletions(-)
--
2.34.1