net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()
authorHeiner Kallweit <hkallweit1@gmail.com>
Sun, 4 Feb 2024 14:18:50 +0000 (15:18 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 Feb 2024 02:19:51 +0000 (18:19 -0800)
commitdb1bb7741ff29bf2cefcbc0ca567644e9ed1caa9
tree55569ed5d21bef795284f4b8b34d54c24b8d3bcf
parent2b9ec5dfb8255656ca731ab9d9bf59d94566d377
net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()

RTL8126 as an evolution of RTL8125 supports 5Gbps. rtl822x_config_aneg()
is used by the PHY driver for the integrated PHY, therefore add 5Gbps
support to it.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/5644ab50-e3e9-477c-96db-05cd5bdc2563@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/realtek.c