From: Thierry Reding Date: Tue, 16 Apr 2019 16:20:30 +0000 (+0200) Subject: net: rtl8169: Support RTL-8168h/8111h X-Git-Tag: v2019.07-rc2~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdd69acc2cd8dc48f86accbd8fe748fa4fd4c2d2;p=platform%2Fkernel%2Fu-boot.git 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 Acked-by: Joe Hershberger --- diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c index 27e27b3..bc052e7 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 {