瀏覽代碼

GRETH: added raw AMBA vendor/device number to match against.

Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Daniel Hellstrom 14 年之前
父節點
當前提交
ad4650a89a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      drivers/net/greth.c

+ 3 - 0
drivers/net/greth.c

@@ -1600,6 +1600,9 @@ static struct of_device_id greth_of_match[] = {
 	{
 	{
 	 .name = "GAISLER_ETHMAC",
 	 .name = "GAISLER_ETHMAC",
 	 },
 	 },
+	{
+	 .name = "01_01d",
+	 },
 	{},
 	{},
 };
 };