diff options
author | Tobias Schramm <tobias@t-sys.eu> | 2023-12-25 18:07:39 +0100 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2024-02-05 20:44:46 +0100 |
commit | af9bf9a949d37fa31d2948faa06efb28b7dbf72d (patch) | |
tree | f837389c1305ed3b96f0b0f32fc5e8e73dcbd041 /target/linux/realtek/dts-5.15 | |
parent | 9daf4dff6bd2908040a281efc082ac09b3d25871 (diff) |
realtek: enable in-band configuration of SFP port on ZyXEL XGS1250-12
The rtl93xx SoC supports both 1000Base-X and 10GBase-CR on its SerDes
interfaces. Enable dynamic switching between mac-signaled modes to
support 1000Base-X and 10GBase-CR on the SFP port.
Signed-off-by: Tobias Schramm <tobias@t-sys.eu>
Diffstat (limited to 'target/linux/realtek/dts-5.15')
-rw-r--r-- | target/linux/realtek/dts-5.15/rtl9302_zyxel_xgs1250-12.dts | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/target/linux/realtek/dts-5.15/rtl9302_zyxel_xgs1250-12.dts b/target/linux/realtek/dts-5.15/rtl9302_zyxel_xgs1250-12.dts index 98ac08b26a..c9a9e8f2c1 100644 --- a/target/linux/realtek/dts-5.15/rtl9302_zyxel_xgs1250-12.dts +++ b/target/linux/realtek/dts-5.15/rtl9302_zyxel_xgs1250-12.dts @@ -300,17 +300,11 @@ port@27 { reg = <27>; label = "lan12"; - phy-mode = "10gbase-r"; + phy-mode = "1000base-x"; phy-handle = <&phy27>; sfp = <&sfp0>; led-set = <2>; - - fixed-link { - speed = <10000>; - full-duplex; - pause; - }; - + managed = "in-band-status"; }; port@28 { |