net: phy: realtek: add support for RTL8126A-integrated 5Gbps PHY
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 31 Jan 2024 20:24:29 +0000 (21:24 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 3 Feb 2024 04:45:00 +0000 (20:45 -0800)
commit5befa3728b855e9f75b29bb0069a1ca7f5bab2f7
tree01f19173de859ab9cb219dab4b9bc40266b3bc02
parent73c59d6fe109d5376e6b9b564789c0189e8d28f3
net: phy: realtek: add support for RTL8126A-integrated 5Gbps PHY

A user reported that first consumer mainboards show up with a RTL8126A
5Gbps MAC/PHY. This adds support for the integrated PHY, which is also
available stand-alone. From a PHY driver perspective it's treated the
same as the 2.5Gbps PHY's, we just have to support the new PHY ID.

Reported-by: Joe Salmeri <jmscdba@gmail.com>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Joe Salmeri <jmscdba@gmail.com>
Link: https://lore.kernel.org/r/0c8e67ea-6505-43d1-bd51-94e7ecd6e222@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/realtek.c