On 6/18/24 4:57 PM, Caleb Connolly wrote:
In some cases (consistently in my case with an embedded board) the
ethernet controller will time out on the first init but always succeed
after reset.
Let's reset the controller during probe so we always start with it in a
known state, and don't have wait for the first asix_wait_link() to
time out.
Signed-off-by: Caleb Connolly <caleb.conno...@linaro.org>
Reviewed-by: Marek Vasut <ma...@denx.de>
Please let me know if you need me to pick this up via usb tree, even if
this is kind-of a -net patch .
Thanks