generic: rtl8367: add compatible string with vendor prefix
[openwrt/svn-archive/archive.git] / target / linux / generic / files / drivers / net / phy / rtl8367b.c
index 47c0ff94b924fa6f922576c11c4bc5c926d9444b..a82f696d7f9daf341950ea5499219af56dc64fc5 100644 (file)
@@ -1573,6 +1573,7 @@ static void rtl8367b_shutdown(struct platform_device *pdev)
 
 #ifdef CONFIG_OF
 static const struct of_device_id rtl8367b_match[] = {
+       { .compatible = "realtek,rtl8367b" },
        { .compatible = "rtl8367b" },
        {},
 };