Skip to content
Snippets Groups Projects
Commit e2928f32 authored by Siva Durga Prasad Paladugu's avatar Siva Durga Prasad Paladugu Committed by Michal Simek
Browse files

ARM64: zynqmp: Define auto negotiation timeout


Define auto negotiation timeout as 20secs
the default 4secs might not be sufficient
always and hence defined for worst case.
It is observed that autoneg takes moretime
if connected to outside network and hence
increase it to 20secs.

Signed-off-by: default avatarSiva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 0cf0ef6a
No related branches found
No related tags found
No related merge requests found
...@@ -196,6 +196,7 @@ ...@@ -196,6 +196,7 @@
# define CONFIG_PHY_NATSEMI # define CONFIG_PHY_NATSEMI
# define CONFIG_PHY_TI # define CONFIG_PHY_TI
# define CONFIG_PHY_GIGE # define CONFIG_PHY_GIGE
# define PHY_ANEG_TIMEOUT 20000
#endif #endif
/* I2C */ /* I2C */
......
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