summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-12-09 22:25:27 -0700
committerTom Warren <twarren@nvidia.com>2014-12-18 13:21:41 -0700
commitcc0856cd149acc7069ae97ebe10b92090a65f575 (patch)
tree97e349672f0716c1fc944d10eedbe053edce955d /drivers/net
parentd58acdcbfb338abdb77cfea8ada500aea277decf (diff)
downloadtalos-obmc-uboot-cc0856cd149acc7069ae97ebe10b92090a65f575.tar.gz
talos-obmc-uboot-cc0856cd149acc7069ae97ebe10b92090a65f575.zip
net: rtl8169: Add support for RTL-8168/8111g
This network interface card is found on the NVIDIA Jetson TK1. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'drivers/net')
-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 c1eb9f3c4c..cea6701203 100644
--- a/drivers/net/rtl8169.c
+++ b/drivers/net/rtl8169.c
@@ -253,6 +253,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,},
};
OpenPOWER on IntegriCloud