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]> --- Changes in v3: Correct subject prefix to "usb xhci-mvebu" 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

