]> Git Repo - J-u-boot.git/blobdiff - drivers/net/fm/t1024.c
net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"
[J-u-boot.git] / drivers / net / fm / t1024.c
index 6fc3b9033701f870f4453330e7d87097cbc2bccc..696e74c9e6fef1951cc30ac4f374ba238dea9574 100644 (file)
@@ -63,7 +63,7 @@ phy_interface_t fman_port_enet_if(enum fm_port port)
                        return PHY_INTERFACE_MODE_SGMII;
                else if (is_serdes_configured(SGMII_2500_FM1_DTSEC1
                         + port - FM1_DTSEC1))
-                       return PHY_INTERFACE_MODE_SGMII_2500;
+                       return PHY_INTERFACE_MODE_2500BASEX;
                break;
        default:
                break;
This page took 0.025758 seconds and 4 git commands to generate.