arm: mvebu: armada-3720-uDPU: fix PHY mode definition to sgmii-2500
[platform/kernel/u-boot.git] / arch / arm / dts / armada-3720-uDPU.dts
index 07c7b91..7f4b822 100644 (file)
 &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>;
 };