summaryrefslogtreecommitdiffstats
path: root/include/configs/xilinx_zynqmp.h
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2016-01-05 15:21:46 +0530
committerMichal Simek <michal.simek@xilinx.com>2016-01-27 15:55:58 +0100
commite2928f32e0d88c063067019a2cb8acbb6f07b221 (patch)
treea7b55c8f8dc16937c9e33e94574449c1fd6e0c22 /include/configs/xilinx_zynqmp.h
parent0cf0ef6af96eff3dbb4ca15b85807ed410f79eb0 (diff)
downloadtalos-obmc-uboot-e2928f32e0d88c063067019a2cb8acbb6f07b221.tar.gz
talos-obmc-uboot-e2928f32e0d88c063067019a2cb8acbb6f07b221.zip
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: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/xilinx_zynqmp.h')
-rw-r--r--include/configs/xilinx_zynqmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index 899dd3ad46..27ef74daf5 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -196,6 +196,7 @@
# define CONFIG_PHY_NATSEMI
# define CONFIG_PHY_TI
# define CONFIG_PHY_GIGE
+# define PHY_ANEG_TIMEOUT 20000
#endif
/* I2C */
OpenPOWER on IntegriCloud