projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ac41b
)
usb: dwc3: of-simple: Add compatible for Allwinner H6 platform
author
Icenowy Zheng
<icenowy@aosc.io>
Mon, 7 May 2018 15:18:15 +0000
(23:18 +0800)
committer
Felipe Balbi
<felipe.balbi@linux.intel.com>
Tue, 15 May 2018 07:18:35 +0000
(10:18 +0300)
Add compatible string to use this generic glue layer to support
Allwinner H6 platform's dwc3 controller.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/dwc3-of-simple.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/dwc3-of-simple.c
b/drivers/usb/dwc3/dwc3-of-simple.c
index cb2ee96fd3e866378c946c8e1097ebbd087122d2..a92a8e4c6b9221945ac58ffedf003c089db408fd 100644
(file)
--- a/
drivers/usb/dwc3/dwc3-of-simple.c
+++ b/
drivers/usb/dwc3/dwc3-of-simple.c
@@
-215,6
+215,7
@@
static const struct of_device_id of_dwc3_simple_match[] = {
{ .compatible = "sprd,sc9860-dwc3" },
{ .compatible = "amlogic,meson-axg-dwc3" },
{ .compatible = "amlogic,meson-gxl-dwc3" },
+ { .compatible = "allwinner,sun50i-h6-dwc3" },
{ /* Sentinel */ }
};
MODULE_DEVICE_TABLE(of, of_dwc3_simple_match);