commit | 575c5cc06f63d02fda73c7b29c6d782de4df6393 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Mon Oct 22 16:40:41 2012 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 28 06:57:50 2013 +0100 |
tree | 78cf2c030342131025743e69fc4b35a612cc50be | |
parent | 09439c3197bb19e091ce160b398451517a8fe1b0 [diff] |
net: fec_mxc: change fec_mii_setspeed parameter Only the hardware ethernet registers are needed for this function, so don't pass the more general structure. I'm trying to separate MII and fec. This also fixes MX28 fec_mii_setspeed use on secondary ethernet port This was found by inspection of the code and should be checked on real hardware. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>