diff options
Diffstat (limited to 'drivers/usb/host/xhci-mtk.c')
| -rw-r--r-- | drivers/usb/host/xhci-mtk.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/usb/host/xhci-mtk.c b/drivers/usb/host/xhci-mtk.c index 67d5dc79b6b5..8fb60657ed4f 100644 --- a/drivers/usb/host/xhci-mtk.c +++ b/drivers/usb/host/xhci-mtk.c @@ -795,6 +795,7 @@ static const struct dev_pm_ops xhci_mtk_pm_ops = {  #ifdef CONFIG_OF  static const struct of_device_id mtk_xhci_of_match[] = {  	{ .compatible = "mediatek,mt8173-xhci"}, +	{ .compatible = "mediatek,mtk-xhci"},  	{ },  };  MODULE_DEVICE_TABLE(of, mtk_xhci_of_match); |