diff options
| author | Tony Dinh <[email protected]> | 2026-06-02 12:24:42 -0700 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2026-06-02 22:48:04 +0200 |
| commit | 38eeda675b299d35b3655a3fb3609df0537021d9 (patch) | |
| tree | 23b12915b00695303f2ee8bb1147c2a3cd674d8d | |
| parent | 30b77f6aa146c96b831cb4ece038130b655b6a41 (diff) | |
usb: xhci-mvebu: Enable Armada 375 in XHCI driver
Add armada-375-xhci to the compatible list in XHCI MVEBU driver.
Tested with WD MyCloud Gen2 NAS.
Signed-off-by: Tony Dinh <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
| -rw-r--r-- | drivers/usb/host/xhci-mvebu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-mvebu.c b/drivers/usb/host/xhci-mvebu.c index 12dc61aee9d..c294a56b3c9 100644 --- a/drivers/usb/host/xhci-mvebu.c +++ b/drivers/usb/host/xhci-mvebu.c @@ -82,6 +82,7 @@ static int xhci_usb_of_to_plat(struct udevice *dev) static const struct udevice_id xhci_usb_ids[] = { { .compatible = "marvell,armada3700-xhci" }, + { .compatible = "marvell,armada-375-xhci" }, { .compatible = "marvell,armada-380-xhci" }, { .compatible = "marvell,armada-8k-xhci" }, { } |
