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:
3655f28
)
sunxi: ohci: Add A83T compatible
author
Chen-Yu Tsai
<wens@csie.org>
Tue, 29 Mar 2016 16:26:54 +0000
(
00:26
+0800)
committer
Hans de Goede
<hdegoede@redhat.com>
Thu, 31 Mar 2016 15:04:13 +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/ohci-sunxi.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ohci-sunxi.c
b/drivers/usb/host/ohci-sunxi.c
index d4fb95abe1e3b8ffd2e68ecb7819647aa98b9658..6f3f4cec16a50357aafc4fa7c1f4876b7bac42a2 100644
(file)
--- a/
drivers/usb/host/ohci-sunxi.c
+++ b/
drivers/usb/host/ohci-sunxi.c
@@
-94,6
+94,7
@@
static const struct udevice_id ohci_usb_ids[] = {
{ .compatible = "allwinner,sun6i-a31-ohci", },
{ .compatible = "allwinner,sun7i-a20-ohci", },
{ .compatible = "allwinner,sun8i-a23-ohci", },
+ { .compatible = "allwinner,sun8i-a83t-ohci", },
{ .compatible = "allwinner,sun8i-h3-ohci", },
{ .compatible = "allwinner,sun9i-a80-ohci", },
{ }