commit | 4cd7e1cbd43bb67927af2b8b4e0ffd43fd5ed6b4 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Fri May 02 13:03:50 2008 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Jul 16 17:57:44 2008 -0500 |
tree | f0195868c2e82a66ab3186241dcd200218c776c3 | |
parent | a47fda930777f2d84209c9d140557b983e84a16a [diff] |
powerpc: Add support for multiple gfar mdio interfaces The old code assumed there was only one, but the 8572 actually has 3. Also, our usual id, 0xe0024520, gets resolved to -1 somewhere, and this was preventing the multiple buses from having different ids. So we only keep the low 20 bits, which have the interesting info, anyway. Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>