projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0132f6
)
usb: xhci-mvebu: Add Armada 8K to compatiblity list
author
Stefan Roese
<
[email protected]
>
Wed, 31 Aug 2016 04:48:56 +0000
(06:48 +0200)
committer
Stefan Roese
<
[email protected]
>
Tue, 27 Sep 2016 15:29:54 +0000
(17:29 +0200)
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]
>
drivers/usb/host/xhci-mvebu.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/xhci-mvebu.c
b/drivers/usb/host/xhci-mvebu.c
index e09e87ac91736bf9ba1459864a3aaa4004e4356b..23c241a7c79e3dd5f4e58b0478a78a0a2b02c9b0 100644
(file)
--- 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" },
{ }
};