Skip to content

Commit 8989bad

Browse files
hkallweitlunn
authored andcommitted
net: phy: realtek: add RTL8125D-internal PHY
The first boards show up with Realtek's RTL8125D. This MAC/PHY chip comes with an integrated 2.5Gbps PHY with ID 0x001cc841. It's not clear yet whether there's an external version of this PHY and how Realtek calls it, therefore use the numeric id for now. Link: https://lore.kernel.org/netdev/[email protected]/T/ Signed-off-by: Heiner Kallweit <[email protected]> Message-ID: <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Andrew Lunn <[email protected]>
1 parent c9f9477 commit 8989bad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/phy/realtek.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,7 @@ static int rtl_internal_nbaset_match_phy_device(struct phy_device *phydev)
11511151
case RTL_GENERIC_PHYID:
11521152
case RTL_8221B:
11531153
case RTL_8251B:
1154+
case 0x001cc841:
11541155
break;
11551156
default:
11561157
return false;

0 commit comments

Comments
 (0)