[PATCH v2] arm: mvebu: usb: enable Armada 375 in XHCI driver
Tony Dinh
mibodhi at gmail.com
Sun May 31 22:46:04 CEST 2026
Add armada-375-xhci to the compatible list in XHCI MVEBU driver.
Tested with WD MyCloud Gen2 NAS.
Signed-off-by: Tony Dinh <mibodhi at gmail.com>
---
Changes in v2:
Correct the typo in string "marvell,armada-375-xhci"
drivers/usb/host/xhci-mvebu.c | 1 +
1 file changed, 1 insertion(+)
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" },
{ }
--
2.47.3
base-commit: 32f40f9c7602910466c42eb184329a54045bee6f
branch: master
More information about the U-Boot
mailing list