|
@@ -795,6 +795,7 @@ static const struct dev_pm_ops xhci_mtk_pm_ops = {
|
|
#ifdef CONFIG_OF
|
|
#ifdef CONFIG_OF
|
|
static const struct of_device_id mtk_xhci_of_match[] = {
|
|
static const struct of_device_id mtk_xhci_of_match[] = {
|
|
{ .compatible = "mediatek,mt8173-xhci"},
|
|
{ .compatible = "mediatek,mt8173-xhci"},
|
|
|
|
+ { .compatible = "mediatek,mtk-xhci"},
|
|
{ },
|
|
{ },
|
|
};
|
|
};
|
|
MODULE_DEVICE_TABLE(of, mtk_xhci_of_match);
|
|
MODULE_DEVICE_TABLE(of, mtk_xhci_of_match);
|