realtek: dgs-1210-10mp: update sfp phy-handle
Adjust the wrong phy-handle definitions for the sfp ports so that they
match the correct switch ports.
Fixes: 89eb8b50d1
("realtek: dgs-1210-10mp: add full sfp description")
Signed-off-by: Daniel Groth <flygarn12@gmail.com>
This commit is contained in:
parent
52992efc34
commit
a911f63df9
2 changed files with 4 additions and 4 deletions
|
@ -112,7 +112,7 @@
|
||||||
port@24 {
|
port@24 {
|
||||||
reg = <24>;
|
reg = <24>;
|
||||||
label = "lan9";
|
label = "lan9";
|
||||||
phy-handle = <14>;
|
phy-handle = <&phy24>;
|
||||||
phy-mode = "1000base-x";
|
phy-mode = "1000base-x";
|
||||||
managed = "in-band-status";
|
managed = "in-band-status";
|
||||||
sfp = <&sfp0>;
|
sfp = <&sfp0>;
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
port@26 {
|
port@26 {
|
||||||
reg = <26>;
|
reg = <26>;
|
||||||
label = "lan10";
|
label = "lan10";
|
||||||
phy-handle = <15>;
|
phy-handle = <&phy26>;
|
||||||
phy-mode = "1000base-x";
|
phy-mode = "1000base-x";
|
||||||
managed = "in-band-status";
|
managed = "in-band-status";
|
||||||
sfp = <&sfp1>;
|
sfp = <&sfp1>;
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
port@24 {
|
port@24 {
|
||||||
reg = <24>;
|
reg = <24>;
|
||||||
label = "lan9";
|
label = "lan9";
|
||||||
phy-handle = <14>;
|
phy-handle = <&phy24>;
|
||||||
phy-mode = "1000base-x";
|
phy-mode = "1000base-x";
|
||||||
managed = "in-band-status";
|
managed = "in-band-status";
|
||||||
sfp = <&sfp0>;
|
sfp = <&sfp0>;
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
port@26 {
|
port@26 {
|
||||||
reg = <26>;
|
reg = <26>;
|
||||||
label = "lan10";
|
label = "lan10";
|
||||||
phy-handle = <15>;
|
phy-handle = <&phy26>;
|
||||||
phy-mode = "1000base-x";
|
phy-mode = "1000base-x";
|
||||||
managed = "in-band-status";
|
managed = "in-band-status";
|
||||||
sfp = <&sfp1>;
|
sfp = <&sfp1>;
|
||||||
|
|
Loading…
Reference in a new issue