projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93bac95
)
sunxi: ehci: Add A83T compatible
author
Chen-Yu Tsai
<wens@csie.org>
Tue, 29 Mar 2016 16:26:53 +0000
(
00:26
+0800)
committer
Hans de Goede
<hdegoede@redhat.com>
Thu, 31 Mar 2016 15:04:11 +0000
(17:04 +0200)
We have a separate compatible for almost each SoC. Add one for the A83T.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/usb/host/ehci-sunxi.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-sunxi.c
b/drivers/usb/host/ehci-sunxi.c
index 677a5d3b07f258491e312b23a2fb92bced42334a..d5eb492169672b6cfd88261edf830c92f0d1f998 100644
(file)
--- a/
drivers/usb/host/ehci-sunxi.c
+++ b/
drivers/usb/host/ehci-sunxi.c
@@
-91,6
+91,7
@@
static const struct udevice_id ehci_usb_ids[] = {
{ .compatible = "allwinner,sun6i-a31-ehci", },
{ .compatible = "allwinner,sun7i-a20-ehci", },
{ .compatible = "allwinner,sun8i-a23-ehci", },
+ { .compatible = "allwinner,sun8i-a83t-ehci", },
{ .compatible = "allwinner,sun8i-h3-ehci", },
{ .compatible = "allwinner,sun9i-a80-ehci", },
{ }