]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM64: zynqmp: Define auto negotiation timeout
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Tue, 5 Jan 2016 09:51:46 +0000 (15:21 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 27 Jan 2016 14:55:58 +0000 (15:55 +0100)
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>
include/configs/xilinx_zynqmp.h

index 899dd3ad46be503d9ac6c964f2300d518c84b2f7..27ef74daf50f41187860b5f4db10ba743747bc1d 100644 (file)
 # define CONFIG_PHY_NATSEMI
 # define CONFIG_PHY_TI
 # define CONFIG_PHY_GIGE
+# define PHY_ANEG_TIMEOUT       20000
 #endif
 
 /* I2C */