mx6slevk: Fix the reset delay for the the LAN8720 PHY
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 1 Feb 2016 13:15:10 +0000 (11:15 -0200)
committerStefano Babic <sbabic@denx.de>
Tue, 2 Feb 2016 20:18:44 +0000 (21:18 +0100)
commit529a6712795a50d68967cbd071edfe232a245d5d
treefc4054db236a6c3cbdfbee62de724db0405c0fe5
parentcf94a3427abf2fdf3355f251aacce82305136fac
mx6slevk: Fix the reset delay for the the LAN8720 PHY

Since commit 59370f3fcd1350 ("net: phy: delay only if reset handler is
registered") Ethernet is no longer functional.

This commit does not have an issue in itself, but it revelead a problem
with the Ethernet initialization.

According to the LAN8720 datasheet tpurstd (time that reset line should
stay asserted) is 25ms.

So do as suggested in order to have Ethernet working again.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
board/freescale/mx6slevk/mx6slevk.c