浏览代码

generic: rtl8367: add compatible string with vendor prefix

Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 36230
Gabor Juhos 12 年之前
父节点
当前提交
747b795b56
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/linux/generic/files/drivers/net/phy/rtl8367b.c

+ 1 - 0
target/linux/generic/files/drivers/net/phy/rtl8367b.c

@@ -1573,6 +1573,7 @@ static void rtl8367b_shutdown(struct platform_device *pdev)
 
 
 #ifdef CONFIG_OF
 #ifdef CONFIG_OF
 static const struct of_device_id rtl8367b_match[] = {
 static const struct of_device_id rtl8367b_match[] = {
+	{ .compatible = "realtek,rtl8367b" },
 	{ .compatible = "rtl8367b" },
 	{ .compatible = "rtl8367b" },
 	{},
 	{},
 };
 };