mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-03 20:44:39 +01:00
realtek: fix LGS352C DTS
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
There is a wrong port assignment for the 4 SFP+ ports
on that device. Additionally the transmit polarity
change option was missed. Fix that.
Fixes: f88135b ("realtek: add support for Linksys LGS352C")
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/22119
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
00ceb1ed17
commit
8e33c40c7f
1 changed files with 22 additions and 6 deletions
|
|
@ -368,24 +368,24 @@
|
|||
managed = "in-band-status";
|
||||
sfp = <&sfp0>;
|
||||
};
|
||||
port@49 {
|
||||
reg = <49>;
|
||||
port@50 {
|
||||
reg = <50>;
|
||||
label = "lan50";
|
||||
pcs-handle = <&serdes9>;
|
||||
phy-mode = "1000base-x";
|
||||
managed = "in-band-status";
|
||||
sfp = <&sfp1>;
|
||||
};
|
||||
port@50 {
|
||||
reg = <50>;
|
||||
port@52 {
|
||||
reg = <52>;
|
||||
label = "lan51";
|
||||
pcs-handle = <&serdes10>;
|
||||
phy-mode = "1000base-x";
|
||||
managed = "in-band-status";
|
||||
sfp = <&sfp2>;
|
||||
};
|
||||
port@51 {
|
||||
reg = <51>;
|
||||
port@53 {
|
||||
reg = <53>;
|
||||
label = "lan52";
|
||||
pcs-handle = <&serdes11>;
|
||||
phy-mode = "1000base-x";
|
||||
|
|
@ -404,3 +404,19 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&serdes8 {
|
||||
realtek,pnswap-tx;
|
||||
};
|
||||
|
||||
&serdes9 {
|
||||
realtek,pnswap-tx;
|
||||
};
|
||||
|
||||
&serdes10 {
|
||||
realtek,pnswap-tx;
|
||||
};
|
||||
|
||||
&serdes11 {
|
||||
realtek,pnswap-tx;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue