[U-Boot] [PATCH 9/9] net: rtl8169: Add support for RTL-8168/8111g

Thierry Reding thierry.reding at gmail.com
Mon Aug 18 10:00:52 CEST 2014


From: Thierry Reding <treding at nvidia.com>

This network interface card in found on the NVIDIA Jetson TK1.

Signed-off-by: Thierry Reding <treding at nvidia.com>
---
 drivers/net/rtl8169.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c
index 1c04946d7691..a02968fa4a12 100644
--- a/drivers/net/rtl8169.c
+++ b/drivers/net/rtl8169.c
@@ -252,6 +252,7 @@ static struct {
 	{"RTL-8168b/8111sb",	0x38, 0xff7e1880,},
 	{"RTL-8168d/8111d",	0x28, 0xff7e1880,},
 	{"RTL-8168evl/8111evl",	0x2e, 0xff7e1880,},
+	{"RTL-8168/8111g",	0x4c, 0xff7e1880,},
 	{"RTL-8101e",		0x34, 0xff7e1880,},
 	{"RTL-8100e",		0x32, 0xff7e1880,},
 };
-- 
2.0.4



More information about the U-Boot mailing list