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:
512a84c
)
dwc3-generic: Add support for the am437x
author
Jean-Jacques Hiblot
<jjhiblot@ti.com>
Tue, 4 Dec 2018 10:30:50 +0000
(11:30 +0100)
committer
Marek Vasut
<marex@denx.de>
Fri, 14 Dec 2018 16:59:09 +0000
(17:59 +0100)
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/usb/dwc3/dwc3-generic.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/dwc3-generic.c
b/drivers/usb/dwc3/dwc3-generic.c
index 0c189b81ff1bdf2953f679817d45cb0f0a2dc74d..3e6c494dc62a0684755f1cad90805f43faa86f22 100644
(file)
--- a/
drivers/usb/dwc3/dwc3-generic.c
+++ b/
drivers/usb/dwc3/dwc3-generic.c
@@
-344,6
+344,7
@@
static const struct udevice_id dwc3_glue_ids[] = {
{ .compatible = "xlnx,zynqmp-dwc3" },
{ .compatible = "ti,keystone-dwc3"},
{ .compatible = "ti,dwc3", .data = (ulong)&ti_ops },
+ { .compatible = "ti,am437x-dwc3", .data = (ulong)&ti_ops },
{ }
};