From: Siva Durga Prasad Paladugu Date: Tue, 5 Jan 2016 09:51:46 +0000 (+0530) Subject: ARM64: zynqmp: Define auto negotiation timeout X-Git-Tag: v2016.03-rc1~46^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e2928f32e0d88c063067019a2cb8acbb6f07b221;p=u-boot 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 Signed-off-by: Michal Simek --- 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 */