diff mbox series

[U-Boot,RESEND,2/2] net: rtl8169: Support RTL-8168h/8111h

Message ID 20190416162030.13590-2-thierry.reding@gmail.com
State Accepted
Commit cdd69acc2c
Delegated to: Joe Hershberger
Headers show
Series [U-Boot,RESEND,1/2] net: rtl8169: Implement ->hwaddr_write() callback | expand

Commit Message

Thierry Reding April 16, 2019, 4:20 p.m. UTC
From: Thierry Reding <treding@nvidia.com>

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>
---
 drivers/net/rtl8169.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Joe Hershberger April 16, 2019, 4:36 p.m. UTC | #1
On Tue, Apr 16, 2019 at 11:21 AM Thierry Reding
<thierry.reding@gmail.com> wrote:
>
> From: Thierry Reding <treding@nvidia.com>
>
> 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>
Joe Hershberger May 14, 2019, 8:03 p.m. UTC | #2
Hi Thierry,

https://patchwork.ozlabs.org/patch/1086412/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe
diff mbox series

Patch

diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c
index 27e27b34176b..bc052e72564b 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 {