commit | 7d555501f324e02da66c59ded4c945188b591e55 | [log] [tgz] |
---|---|---|
author | Ian Campbell <ijc@hellion.org.uk> | Mon Apr 28 20:14:05 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Mon May 12 16:31:51 2014 -0400 |
tree | 533b46f810b02e173824842c4079d9469921443f | |
parent | b85d96312223cfac11aebf8202e76df96acf6e2a [diff] |
net/designware: call phy_connect_dev() to properly setup phylib device This sets up the linkage from the phydev back to the ethernet device. This symptom of not doing this which I noticed was: <NULL> Waiting for PHY auto negotiation to complete.... rather than: dwmac.1c50000 Waiting for PHY auto negotiation to complete.... Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com>