projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76bf85c
)
usb: dwc3: of-simple: add compatible for rockchip rk3399
author
William Wu
<william.wu@rock-chips.com>
Tue, 16 Aug 2016 14:44:36 +0000
(22:44 +0800)
committer
Felipe Balbi
<felipe.balbi@linux.intel.com>
Thu, 25 Aug 2016 09:13:12 +0000
(12:13 +0300)
Rockchip platform merely enable usb3 clocks and
populate its children. So we can use this generic
glue layer to support Rockchip dwc3.
Signed-off-by: William Wu <william.wu@rock-chips.com>
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
e56d59b
..
283f998
100644
(file)
--- a/
drivers/usb/dwc3/dwc3-of-simple.c
+++ b/
drivers/usb/dwc3/dwc3-of-simple.c
@@
-162,6
+162,7
@@
static const struct dev_pm_ops dwc3_of_simple_dev_pm_ops = {
static const struct of_device_id of_dwc3_simple_match[] = {
{ .compatible = "qcom,dwc3" },
+ { .compatible = "rockchip,rk3399-dwc3" },
{ .compatible = "xlnx,zynqmp-dwc3" },
{ /* Sentinel */ }
};