diff options
| author | Tom Rini <[email protected]> | 2026-06-02 17:27:27 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-02 17:27:27 -0600 |
| commit | 05a2d5a24c598fb9dd71a04b2dd611c941e9c816 (patch) | |
| tree | 23b12915b00695303f2ee8bb1147c2a3cd674d8d | |
| parent | 30b77f6aa146c96b831cb4ece038130b655b6a41 (diff) | |
| parent | 38eeda675b299d35b3655a3fb3609df0537021d9 (diff) | |
Merge branch 'master' of git://source.denx.de/u-boot-usb
- Enable Armada 375 in XHCI driver
| -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" }, { } |
