[openwrt/openwrt] realtek: add phy-handle for Zyxel GS1900-10HP SFP slots

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 29 11:54:24 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d22b57e1e49e757ebcf1267260ed2073cea9cfa4

commit d22b57e1e49e757ebcf1267260ed2073cea9cfa4
Author: Bjørn Mork <bjorn at mork.no>
AuthorDate: Sun Sep 28 21:15:23 2025 +0200

    realtek: add phy-handle for Zyxel GS1900-10HP SFP slots
    
    Align GS1900-10HP dts with other realtek devices to reduce the risk of device
    specific regressions with the upcoming driver cleanup/rewrite.
    
    Signed-off-by: Bjørn Mork <bjorn at mork.no>
    Link: https://github.com/openwrt/openwrt/pull/20228
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp-a1.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp-a1.dts b/target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp-a1.dts
index 8d65513538..f535f1d016 100644
--- a/target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp-a1.dts
+++ b/target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp-a1.dts
@@ -63,6 +63,7 @@
 			reg = <24>;
 			label = "lan9";
 			pcs-handle = <&serdes4>;
+			phy-handle = <&phy24>;
 			phy-mode = "1000base-x";
 			managed = "in-band-status";
 			sfp = <&sfp0>;
@@ -72,6 +73,7 @@
 			reg = <26>;
 			label = "lan10";
 			pcs-handle = <&serdes5>;
+			phy-handle = <&phy26>;
 			phy-mode = "1000base-x";
 			managed = "in-band-status";
 			sfp = <&sfp1>;




More information about the lede-commits mailing list