[PATCH] rtl8169: add support for RTL8125d

javen javen_xu at realsil.com.cn
Tue Mar 17 08:24:56 CET 2026


From: Javen Xu <javen_xu at realsil.com.cn>

This patch adds support for RTL8125d. Its chip version is 0x6a.

Signed-off-by: Javen Xu <javen_xu at realsil.com.cn>
---
 drivers/net/rtl8169.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c
index edcae88a3fc..a679a64fea3 100644
--- a/drivers/net/rtl8169.c
+++ b/drivers/net/rtl8169.c
@@ -270,6 +270,7 @@ static struct {
 	{"RTL-8100e",		0x32, 0xff7e1880,},
 	{"RTL-8168h/8111h",	0x54, 0xff7e1880,},
 	{"RTL-8125B",		0x64, 0xff7e1880,},
+	{"RTL-8125d"		0x6a, 0xff7e5880,},
 };
 
 enum _DescStatusBit {
-- 
2.43.0



More information about the U-Boot mailing list