diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-06 12:37:32 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-06 12:37:32 +0000 |
commit | 812bce2793fa95b26ec620a1da4899a7915a82c5 (patch) | |
tree | e6abfe2d56b5d8ea09bf5d8cd3480cbaf1ce26a7 | |
parent | d352e6fd8d2b3425a31cb7e198b000e48d0229dc (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
-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); |