commit | 19fdf9a1c338c408b992f3d0a7fd03b4207b8cf9 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Wed Sep 14 19:37:42 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Sep 30 22:00:57 2011 +0200 |
tree | 09d0e4b77ae3bf51b57712b72b64131dc8a3422d | |
parent | c3b4a475d7887efe1cdc8a3fe9e909df30a353f0 [diff] |
net, davinci_emac: let the EMAC detect the PHYs Once the MDIO state machine has been initialized and enabled, it starts polling all 32 PHY addresses on the MDIO bus, looking for an active PHY. Add a 5 ms delay, so all PHYs are for sure detected. This problem was detected on the cmc board with a KSZ8864 switch. Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>