提交 440b28a8 编写于 作者: Y Ye Li 提交者: Priyanka Jain

net: eqos: Reduce the MDIO wait time

Current MDIO wait time is too long, which introduce long delay when
PHY negotiation register checking. Reduce it to 10us
Signed-off-by: NYe Li <ye.li@nxp.com>
Reviewed-by: NFugang Duan <Fugang.duan@nxp.com>
Signed-off-by: NPeng Fan <peng.fan@nxp.com>
Reviewed-by: NPriyanka Jain <priyanka.jain@nxp.com>
上级 905c8e64
......@@ -2127,7 +2127,7 @@ static struct eqos_ops eqos_imx_ops = {
struct eqos_config __maybe_unused eqos_imx_config = {
.reg_access_always_ok = false,
.mdio_wait = 10000,
.mdio_wait = 10,
.swr_wait = 50,
.config_mac = EQOS_MAC_RXQ_CTRL0_RXQ0EN_ENABLED_DCB,
.config_mac_mdio = EQOS_MAC_MDIO_ADDRESS_CR_250_300,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册