projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df1315
)
usb: dwc2: Add original Synopsys compat string
author
Marek Vasut
<marex@denx.de>
Wed, 12 Aug 2015 20:19:14 +0000
(22:19 +0200)
committer
Marek Vasut
<marex@denx.de>
Wed, 19 Aug 2015 20:31:39 +0000
(22:31 +0200)
Add the Synopsys compatible string. This is used in SoCFPGA DT files.
Signed-off-by: Marek Vasut <marex@denx.de>
drivers/usb/host/dwc2.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/dwc2.c
b/drivers/usb/host/dwc2.c
index 09f91f190af3d07245b186d7765b3eac149d4b51..7b291345f683ba7efcc4042a938da0b4652b6026 100644
(file)
--- a/
drivers/usb/host/dwc2.c
+++ b/
drivers/usb/host/dwc2.c
@@
-1113,6
+1113,7
@@
struct dm_usb_ops dwc2_usb_ops = {
static const struct udevice_id dwc2_usb_ids[] = {
{ .compatible = "brcm,bcm2835-usb" },
+ { .compatible = "snps,dwc2" },
{ }
};