realtek: make use of serdes helper for Zyxel GS1900-10HP
authorMarkus Stockhausen <[email protected]>
Tue, 20 May 2025 08:06:10 +0000 (04:06 -0400)
committerRobert Marko <[email protected]>
Sun, 22 Jun 2025 14:37:33 +0000 (16:37 +0200)
Use the new INTERNAL_PHY_SDS() helper to describe the SFP ports. With
this change the driver now knows that ports 24/26 are driven by serdes
4/5.

For the RTL838x devices this is currently only an additional information
for the mdio bus. It is not evaluated further because everything is
hardcoded.

Signed-off-by: Markus Stockhausen <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/18851
Signed-off-by: Robert Marko <[email protected]>
target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp.dts

index 5e9aac0aeffbd3772c6bbe9f6ccaa486ea8480b4..0ff3aa72a0854d343dce24d43b770f0c58324dbf 100644 (file)
@@ -53,8 +53,8 @@
 };
 
 &mdio {
-       INTERNAL_PHY(24)
-       INTERNAL_PHY(26)
+       INTERNAL_PHY_SDS(24, 4)
+       INTERNAL_PHY_SDS(26, 5)
 };
 
 &switch0 {