]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
net: rtl8169: Add support for RTL8168evl/8111evl
authorThierry Reding <thierry.reding@gmail.com>
Fri, 20 Sep 2013 14:03:44 +0000 (16:03 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Fri, 22 Nov 2013 22:50:53 +0000 (16:50 -0600)
This chip is compatible with other RTL8168 chips and can be found on the
NVIDIA Cardhu and Beaver boards.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Patch: 276475

drivers/net/rtl8169.c

index 9dc10a5808c9a04d2217c23d53b3f13f8a3abc49..290c9887c013105b96576be0cc8dec37acb0e28f 100644 (file)
@@ -246,6 +246,7 @@ static struct {
        {"RTL-8169sc/8110sc",   0x18, 0xff7e1880,},
        {"RTL-8168b/8111sb",    0x30, 0xff7e1880,},
        {"RTL-8168b/8111sb",    0x38, 0xff7e1880,},
+       {"RTL-8168evl/8111evl", 0x2e, 0xff7e1880,},
        {"RTL-8101e",           0x34, 0xff7e1880,},
        {"RTL-8100e",           0x32, 0xff7e1880,},
 };