]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
net: rtl8169: Add support for RTL-8168/8111g
authorThierry Reding <treding@nvidia.com>
Wed, 10 Dec 2014 05:25:27 +0000 (22:25 -0700)
committerTom Warren <twarren@nvidia.com>
Thu, 18 Dec 2014 20:21:41 +0000 (13:21 -0700)
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>
drivers/net/rtl8169.c

index c1eb9f3c4ce9a10e92d34ccb33f0f9ce34ea6694..cea6701203815e05f37d46040b3fb76d18bed5bf 100644 (file)
@@ -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,},
 };