Merge branch 'master' of git://source.denx.de/u-boot-usb

- Enable Armada 375 in XHCI driver
This commit is contained in:
Tom Rini
2026-06-02 17:27:27 -06:00
+1
View File
@@ -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" },
{ }