summaryrefslogtreecommitdiffstats
path: root/target/linux
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
commit747b795b56761367beabd2f5fed2a7f4950b0de1 (patch)
tree3f827d2a46f5955a3acfddc559b2e949ccc32c25 /target/linux
parentf5d8d80ca9423ff0780bc0dca91bb2eda39e50a1 (diff)
downloadmaster-31e0f0ae-747b795b56761367beabd2f5fed2a7f4950b0de1.tar.gz
master-31e0f0ae-747b795b56761367beabd2f5fed2a7f4950b0de1.tar.bz2
master-31e0f0ae-747b795b56761367beabd2f5fed2a7f4950b0de1.zip
generic: rtl8367: add compatible string with vendor prefix
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36230
Diffstat (limited to 'target/linux')
-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" },
{},
};