mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-13 15:19:59 +01:00
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@mork.no> Link: https://github.com/openwrt/openwrt/pull/20228 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
e2dad927a8
commit
d22b57e1e4
1 changed files with 2 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue