summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-06 12:37:32 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-06 12:37:32 +0000
commit812bce2793fa95b26ec620a1da4899a7915a82c5 (patch)
treee6abfe2d56b5d8ea09bf5d8cd3480cbaf1ce26a7 /target/linux/generic/files/drivers/net/phy
parentd352e6fd8d2b3425a31cb7e198b000e48d0229dc (diff)
generic: rtl8367: add vendor prefix to the compatible string
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36218 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files/drivers/net/phy')
-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 cd58bbb8f..8d4d0d3e7 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);