usb: xhci-mvebu: Add Armada 8K to compatiblity list
[platform/kernel/u-boot.git] / drivers / usb / host / xhci-mvebu.c
index e09e87a..23c241a 100644 (file)
@@ -79,6 +79,7 @@ static int xhci_usb_ofdata_to_platdata(struct udevice *dev)
 
 static const struct udevice_id xhci_usb_ids[] = {
        { .compatible = "marvell,armada3700-xhci" },
+       { .compatible = "marvell,armada-8k-xhci" },
        { }
 };