aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-06 17:19:31 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-04-06 17:19:31 +0000
commit0a676cdd014dd3dfbd122ede785663344efab3f8 (patch)
tree71381653bcb0c16e8e641665d6dcf6793eb7a0cd /target/linux/generic/files/drivers
parent37e86c353c8f0a9c1f49f2a925e4793c5b824029 (diff)
downloadmaster-187ad058-0a676cdd014dd3dfbd122ede785663344efab3f8.tar.gz
master-187ad058-0a676cdd014dd3dfbd122ede785663344efab3f8.tar.bz2
master-187ad058-0a676cdd014dd3dfbd122ede785663344efab3f8.zip
generic: rtl8367: add compatible string with vendor prefix
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36230 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files/drivers')
-rw-r--r--target/linux/generic/files/drivers/net/phy/rtl8367b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/rtl8367b.c b/target/linux/generic/files/drivers/net/phy/rtl8367b.c
index 47c0ff94b9..a82f696d7f 100644
--- a/target/linux/generic/files/drivers/net/phy/rtl8367b.c
+++ b/target/linux/generic/files/drivers/net/phy/rtl8367b.c
@@ -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" },
{},
};