summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-06 12:37:32 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-04-06 12:37:32 +0000
commit68c931c6372076093622fc9cfa0277992e11c390 (patch)
tree7e40fbdf357d27cd7ff545cb4b4f1d2c5402b119 /target
parent348640f4b3a15dd17adb0ee36cf24523a7d09a6e (diff)
downloadmaster-31e0f0ae-68c931c6372076093622fc9cfa0277992e11c390.tar.gz
master-31e0f0ae-68c931c6372076093622fc9cfa0277992e11c390.tar.bz2
master-31e0f0ae-68c931c6372076093622fc9cfa0277992e11c390.zip
generic: rtl8367: add vendor prefix to the compatible string
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36218
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/files/drivers/net/phy/rtl8367.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/rtl8367.c b/target/linux/generic/files/drivers/net/phy/rtl8367.c
index cd58bbb8f9..8d4d0d3e7a 100644
--- a/target/linux/generic/files/drivers/net/phy/rtl8367.c
+++ b/target/linux/generic/files/drivers/net/phy/rtl8367.c
@@ -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);