commit | 15e82e5309ed706fa2878aed3b225aa48ae960c7 | [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 | 1b37fa832a4b1d525348ff49c9f6951c73bc145a [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>