From: Chunfeng Yun Date: Tue, 8 Aug 2017 05:42:49 +0000 (+0800) Subject: usb: mtu3: add generic compatible string X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dfcdcba9e30d23db0cbaae4828b0566a927e2489;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git usb: mtu3: add generic compatible string 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 Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/mtu3/mtu3_plat.c b/drivers/usb/mtu3/mtu3_plat.c index 0d3ebb353e08..088e3e685c4f 100644 --- 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",}, {}, };