commit | 69a852425883a4abd8dc726da34e3149a08ee95d | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Sep 14 12:01:35 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Mon Oct 03 08:52:15 2011 -0500 |
tree | d919f003c01ee119e4938d67b15a3cdb9f0c407c | |
parent | 2b3a1cdd9ed14441ae91845851aaf91adddbafc0 [diff] |
fm-eth: Add ability for board code to disable a port The SoC configuration may have more ports enabled than a given board actually can utilize. Add a routinue that allows the board code to disable a port that it knows isn't being used. fm_disable_port() needs to be called before cpu_eth_init(). Signed-off-by: Kumar Gala <galak@kernel.crashing.org>