Skip to content
Snippets Groups Projects
Commit 8678776d authored by Jakov Petrina's avatar Jakov Petrina Committed by Stefan Roese
Browse files

arm: mvebu: armada-3720-uDPU: fix PHY mode definition to sgmii-2500


Commit f49ac7e1 switched the default PHY speed to 3.125Gbit to resolve
issues with SFP modules. However, U-Boot does not have a "2500base-x"
phy-mode.

Resolve this by using "sgmii-2500" instead.

Signed-off-by: default avatarJakov Petrina <jakov.petrina@sartura.hr>
Signed-off-by: default avatarVladimir Vid <vladimir.vid@sartura.hr>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Stefan Roese <sr@denx.de>
parent 0700093b
No related branches found
No related tags found
No related merge requests found
......@@ -125,14 +125,14 @@
&eth0 {
pinctrl-0 = <&pcie_pins>;
status = "okay";
phy-mode = "2500base-x";
phy-mode = "sgmii-2500";
managed = "in-band-status";
phy = <&ethphy0>;
};
&eth1 {
status = "okay";
phy-mode = "2500base-x";
phy-mode = "sgmii-2500";
managed = "in-band-status";
phy = <&ethphy1>;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment