diff options
| author | Stefan Roese <[email protected]> | 2016-08-31 06:48:56 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2016-09-27 17:29:54 +0200 |
| commit | d36277ef4f5b297e5d404d1ad19123b02dc539d1 (patch) | |
| tree | 37e89eec8dcf5327acc33448cb1651cd42e69154 /drivers | |
| parent | c0132f60059d4a6809341d54f2fe744db8790421 (diff) | |
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 <[email protected]>
Cc: Nadav Haklai <[email protected]>
Cc: Neta Zur Hershkovits <[email protected]>
Cc: Kostya Porotchkin <[email protected]>
Cc: Omri Itach <[email protected]>
Cc: Igal Liberman <[email protected]>
Cc: Haim Boot <[email protected]>
Cc: Hanna Hawa <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/host/xhci-mvebu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-mvebu.c b/drivers/usb/host/xhci-mvebu.c index e09e87ac917..23c241a7c79 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" }, { } }; |
