From: Stefan Roese Date: Wed, 31 Aug 2016 04:48:56 +0000 (+0200) Subject: usb: xhci-mvebu: Add Armada 8K to compatiblity list X-Git-Tag: v2016.11-rc1~35^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d36277ef4f5b297e5d404d1ad19123b02dc539d1;p=u-boot usb: xhci-mvebu: Add Armada 8K to compatiblity list To enable this driver on Armada 7K/8K this patch adds the compatibility property to the list. Signed-off-by: Stefan Roese Cc: Nadav Haklai Cc: Neta Zur Hershkovits Cc: Kostya Porotchkin Cc: Omri Itach Cc: Igal Liberman Cc: Haim Boot Cc: Hanna Hawa --- diff --git a/drivers/usb/host/xhci-mvebu.c b/drivers/usb/host/xhci-mvebu.c index e09e87ac91..23c241a7c7 100644 --- a/drivers/usb/host/xhci-mvebu.c +++ b/drivers/usb/host/xhci-mvebu.c @@ -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" }, { } };