mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
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 <chunfeng.yun@mediatek.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:
parent
b3c4ec71ec
commit
dfcdcba9e3
@ -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",},
|
||||
{},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user