OSDN Git Service

usb: mtu3: add generic compatible string
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Tue, 8 Aug 2017 05:42:49 +0000 (13:42 +0800)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
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 <chunfeng.yun@mediatek.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/mtu3/mtu3_plat.c

index 0d3ebb3..088e3e6 100644 (file)
@@ -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",},
        {},
 };