Skip to content
Snippets Groups Projects
Commit d9da26ec authored by Sekhar Nori's avatar Sekhar Nori Committed by Tom Rini
Browse files

am437x_evm: increase phy autoneg timeout


When AM437x EVM 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 AM437x EVM to handle
this case.

Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 1f9ac4a4
No related branches found
No related tags found
No related merge requests found
......@@ -329,6 +329,7 @@
#define CONFIG_DRIVER_TI_CPSW
#define CONFIG_PHYLIB
#define PHY_ANEG_TIMEOUT 8000 /* PHY needs longer aneg time at 1G */
#define CONFIG_SPL_ENV_SUPPORT
#define CONFIG_SPL_NET_VCI_STRING "AM43xx U-Boot SPL"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment