[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250515030022.4499-1-hau@realtek.com>
Date: Thu, 15 May 2025 11:00:22 +0800
From: ChunHao Lin <hau@...ltek.com>
To: <andrew@...n.ch>, <hkallweit1@...il.com>, <linux@...linux.org.uk>,
<davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>,
<pabeni@...hat.com>
CC: <netdev@...r.kernel.org>, ChunHao Lin <hau@...ltek.com>
Subject: [PATCH net-next] net: phy: realtek: add RTL8127-internal PHY
RTL8127-internal PHY is RTL8261C wihch is a integrated 10Gbps PHY with ID
0x001cc890. It follows the code path of RTL8125/RTL8126 intrernal NBase-T
PHY.
Signed-off-by: ChunHao Lin <hau@...ltek.com>
---
drivers/net/phy/realtek/realtek_main.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/phy/realtek/realtek_main.c b/drivers/net/phy/realtek/realtek_main.c
index 301fbe141b9b..b5e00cdf0123 100644
--- a/drivers/net/phy/realtek/realtek_main.c
+++ b/drivers/net/phy/realtek/realtek_main.c
@@ -158,6 +158,7 @@
#define RTL_8221B_VB_CG 0x001cc849
#define RTL_8221B_VN_CG 0x001cc84a
#define RTL_8251B 0x001cc862
+#define RTL_8261C 0x001cc890
/* RTL8211E and RTL8211F support up to three LEDs */
#define RTL8211x_LED_COUNT 3
@@ -1370,6 +1371,7 @@ static int rtl_internal_nbaset_match_phy_device(struct phy_device *phydev)
case RTL_GENERIC_PHYID:
case RTL_8221B:
case RTL_8251B:
+ case RTL_8261C:
case 0x001cc841:
break;
default:
--
2.43.0
Powered by blists - more mailing lists