generic: rtl8366rb: fix compatible string
[openwrt/openwrt.git] / target / linux / generic / files / drivers / net / phy / rtl8366rb.c
index f4ec7483d68c41087a388ec9c556546062f2b0f2..a0aaabf5468d192791514deea56933ec389f8b83 100644 (file)
@@ -1458,7 +1458,7 @@ static int rtl8366rb_remove(struct platform_device *pdev)
 
 #ifdef CONFIG_OF
 static const struct of_device_id rtl8366rb_match[] = {
-       { .compatible = "rtl8366rb" },
+       { .compatible = "realtek,rtl8366rb" },
        {},
 };
 MODULE_DEVICE_TABLE(of, rtl8366rb_match);