commit | ca0af037346da61b4007921bbc957776543b3477 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Jun 29 03:35:12 2015 +0300 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Tue Aug 11 13:38:51 2015 -0500 |
tree | 442d4b55f5e7e6808e82f9e64005c3357d59827b | |
parent | 8884cedc9f3411e3daf2c07d9f74d3de254abbb0 [diff] |
net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR id The lpc32xx_eth_phylib_init() function is capable to connect LPC32XX MAC to some specified phy by phy id, by chance the single user of lpc32xx_eth has CONFIG_PHY_ADDR set to 0, however other boards may have non-zero CONFIG_PHY_ADDR value, fix it. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Acked-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> Acked-by: Joe Hershberger <joe.hershberger@ni.com>