[POWERPC] 83xx: mpc832x mds: Fix board PHY reset code
authorKim Phillips <kim.phillips@freescale.com>
Tue, 20 Nov 2007 01:04:43 +0000 (19:04 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 20 Nov 2007 04:03:16 +0000 (22:03 -0600)
commitd8ecbb93bece05df84e654c296c3c81b3d347c2d
tree984630fdc5dc44fd468b0f2ade37fc97d7430f12
parent7ac33417ecf8c012df0e957cfa0628a6a4347c7d
[POWERPC] 83xx: mpc832x mds: Fix board PHY reset code

currently the board-level PHY reset code for the mpc832x MDS messes with
reset configuration words source settings which is plain wrong (it
looks like this board code was cut-n-pasted from the mpc8360 mds code,
which has the PHY reset bits in a different BCSR); this patch points
the PHY reset code to the proper mpc832x mds PHY reset bits in the BCSR.

Signed-off-by: Peter Van Ackeren <peter.vanackeren@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/83xx/mpc832x_mds.c