projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edcfee1
)
dwc3-generic: Add support for AM654 USB controller
author
Vignesh Raghavendra
<vigneshr@ti.com>
Mon, 9 Dec 2019 05:07:29 +0000
(10:37 +0530)
committer
Lokesh Vutla
<lokeshvutla@ti.com>
Mon, 20 Jan 2020 04:40:29 +0000
(10:10 +0530)
AM654 has DWC3 USB controller that is very similar to other TI SoCs. Add
a new compatible to enable the same.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.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
8d45748
..
3e116b2
100644
(file)
--- a/
drivers/usb/dwc3/dwc3-generic.c
+++ b/
drivers/usb/dwc3/dwc3-generic.c
@@
-426,6
+426,7
@@
static const struct udevice_id dwc3_glue_ids[] = {
{ .compatible = "ti,keystone-dwc3"},
{ .compatible = "ti,dwc3", .data = (ulong)&ti_ops },
{ .compatible = "ti,am437x-dwc3", .data = (ulong)&ti_ops },
+ { .compatible = "ti,am654-dwc3" },
{ }
};