summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-11-27 11:18:18 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-12-20 02:51:15 +0100
commitb5b965a72631db5a772ce1f552e5555790777366 (patch)
tree3dde8848b25b2bf764e3caf3edb59dd5b928d995
parentf131579d715283e6ff7ded77bcb4271e31803ad7 (diff)
mx6: toradex: apalis_imx6: increase phy autonegotiation timeout
Increasing PHY_ANEG_TIMEOUT from the default 4000 to 10000. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--include/configs/apalis_imx6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h
index e413ae347a..fa40c629c3 100644
--- a/include/configs/apalis_imx6.h
+++ b/include/configs/apalis_imx6.h
@@ -108,6 +108,7 @@
#define CONFIG_IP_DEFRAG
#define CONFIG_TFTP_BLOCKSIZE 4096
#define CONFIG_TFTP_TSIZE
+#define PHY_ANEG_TIMEOUT 10000 /* PHY needs longer aneg time */
/* USB Configs */
/* Host */