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 | b2b815c577d8da5debf91b1b5ac8657ee3d255f5 (patch) | |
tree | e6abfe2d56b5d8ea09bf5d8cd3480cbaf1ce26a7 /target/linux/generic/files | |
parent | 764f64149b2565aaa9af1d042f08bbd659c2d2d0 (diff) | |
download | upstream-b2b815c577d8da5debf91b1b5ac8657ee3d255f5.tar.gz upstream-b2b815c577d8da5debf91b1b5ac8657ee3d255f5.tar.bz2 upstream-b2b815c577d8da5debf91b1b5ac8657ee3d255f5.zip |
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')
-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); |