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:
b3c4ec7
)
usb: mtu3: add generic compatible string
author
Chunfeng Yun
<
[email protected]
>
Tue, 8 Aug 2017 05:42:49 +0000
(13:42 +0800)
committer
Felipe Balbi
<
[email protected]
>
Tue, 15 Aug 2017 09:46:04 +0000
(12:46 +0300)
The mtu3 driver is a generic driver for MediaTek usb3 DRD IP, add
a generic compatible to avoid confusion when support new SoCs but
use a compatible with specific SoC's name "mt8173".
Signed-off-by: Chunfeng Yun <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
drivers/usb/mtu3/mtu3_plat.c
patch
|
blob
|
history
diff --git
a/drivers/usb/mtu3/mtu3_plat.c
b/drivers/usb/mtu3/mtu3_plat.c
index 0d3ebb353e0828ce5f28e4ce0446956e1c11eba3..088e3e685c4f953b27c6fa67652b8da74c19f6fd 100644
(file)
--- a/
drivers/usb/mtu3/mtu3_plat.c
+++ b/
drivers/usb/mtu3/mtu3_plat.c
@@
-500,6
+500,7
@@
static const struct dev_pm_ops mtu3_pm_ops = {
static const struct of_device_id mtu3_of_match[] = {
{.compatible = "mediatek,mt8173-mtu3",},
+ {.compatible = "mediatek,mtu3",},
{},
};