generic: rtl8367: add vendor prefix to the compatible string
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Apr 2013 12:37:32 +0000 (12:37 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Apr 2013 12:37:32 +0000 (12:37 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36218 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic/files/drivers/net/phy/rtl8367.c

index cd58bbb..8d4d0d3 100644 (file)
@@ -1736,7 +1736,7 @@ static void rtl8367_shutdown(struct platform_device *pdev)
 
 #ifdef CONFIG_OF
 static const struct of_device_id rtl8367_match[] = {
-       { .compatible = "rtl8367" },
+       { .compatible = "realtek,rtl8367" },
        {},
 };
 MODULE_DEVICE_TABLE(of, rtl83767_match);