From: Sekhar Nori Date: Tue, 10 Mar 2015 10:30:09 +0000 (+0530) Subject: beagle_x15: increase phy autoneg timeout X-Git-Tag: v2015.04-rc4~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e736570cc38cbdef2d0f8f9f4862ca17795ba6d0;p=platform%2Fkernel%2Fu-boot.git beagle_x15: increase phy autoneg timeout When Beagle X15 is connected to Gigabit switch, it takes more time to finish auto-negotiation than on a 10/100 switch. The default 4 second limit times-out more often than not. This is observed when testing with a D-Link DGS-1008A desktop switch. Increase the auto-negotiation time-out for Beagle-X15 to handle this case. Signed-off-by: Sekhar Nori Reviewed-by: Tom Rini --- diff --git a/include/configs/beagle_x15.h b/include/configs/beagle_x15.h index c7719f3..4aa8550 100644 --- a/include/configs/beagle_x15.h +++ b/include/configs/beagle_x15.h @@ -59,6 +59,7 @@ #define CONFIG_MII /* Required in net/eth.c */ #define CONFIG_PHY_GIGE /* per-board part of CPSW */ #define CONFIG_PHYLIB +#define PHY_ANEG_TIMEOUT 8000 /* PHY needs longer aneg time at 1G */ #define CONFIG_SUPPORT_EMMC_BOOT