commit | 5536d92882906f7be300be857e08adcfdcfdce20 | [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 | f3339d6ae2a6c7f96a5f9970d27973a6bf76050c [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>