generic: rtl8367: add compatible string with vendor prefix
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Apr 2013 17:19:31 +0000 (17:19 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Apr 2013 17:19:31 +0000 (17:19 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36230 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 47c0ff9..a82f696 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" },
        {},
 };