summaryrefslogtreecommitdiff
path: root/drivers/net/rtl8169.c
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-04-16 18:20:30 +0200
committerJoe Hershberger <joe.hershberger@ni.com>2019-05-14 14:43:33 -0500
commitcdd69acc2cd8dc48f86accbd8fe748fa4fd4c2d2 (patch)
tree30f7b2a309e3dfb7acb816b861bd6272a7d5ffb1 /drivers/net/rtl8169.c
parentb6054b5351d1737307128bdfac65b834fbc6607a (diff)
net: rtl8169: Support RTL-8168h/8111h
This version of the RTL-8168 is present on some development boards and is compatible with this driver. Add support for identifying this version of the chip so that U-Boot won't complain about it being unknown. Signed-off-by: Thierry Reding <treding@nvidia.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers/net/rtl8169.c')
-rw-r--r--drivers/net/rtl8169.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c
index 27e27b34176..bc052e72564 100644
--- a/drivers/net/rtl8169.c
+++ b/drivers/net/rtl8169.c
@@ -257,6 +257,7 @@ static struct {
{"RTL-8168/8111g", 0x4c, 0xff7e1880,},
{"RTL-8101e", 0x34, 0xff7e1880,},
{"RTL-8100e", 0x32, 0xff7e1880,},
+ {"RTL-8168h/8111h", 0x54, 0xff7e1880,},
};
enum _DescStatusBit {