Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: phy: realtek: add RTL8127-internal PHY

RTL8127-internal PHY is RTL8261C which is a integrated 10Gbps PHY with ID
0x001cc890. It follows the code path of RTL8125/RTL8126 internal NBase-T
PHY.

Signed-off-by: ChunHao Lin <hau@realtek.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250516055622.3772-1-hau@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

ChunHao Lin and committed by
Jakub Kicinski
83d96231 b98b70c1

+2
+2
drivers/net/phy/realtek/realtek_main.c
··· 158 158 #define RTL_8221B_VB_CG 0x001cc849 159 159 #define RTL_8221B_VN_CG 0x001cc84a 160 160 #define RTL_8251B 0x001cc862 161 + #define RTL_8261C 0x001cc890 161 162 162 163 /* RTL8211E and RTL8211F support up to three LEDs */ 163 164 #define RTL8211x_LED_COUNT 3 ··· 1371 1370 case RTL_GENERIC_PHYID: 1372 1371 case RTL_8221B: 1373 1372 case RTL_8251B: 1373 + case RTL_8261C: 1374 1374 case 0x001cc841: 1375 1375 break; 1376 1376 default: