diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 12:37:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 12:37:32 +0000 |
commit | 68c931c6372076093622fc9cfa0277992e11c390 (patch) | |
tree | 7e40fbdf357d27cd7ff545cb4b4f1d2c5402b119 | |
parent | 348640f4b3a15dd17adb0ee36cf24523a7d09a6e (diff) | |
download | upstream-68c931c6372076093622fc9cfa0277992e11c390.tar.gz upstream-68c931c6372076093622fc9cfa0277992e11c390.tar.bz2 upstream-68c931c6372076093622fc9cfa0277992e11c390.zip |
generic: rtl8367: add vendor prefix to the compatible string
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36218
-rw-r--r-- | target/linux/generic/files/drivers/net/phy/rtl8367.c | 2 |
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); |