powerpc/85xx: Add support for P2041[e] XAUI in SERDES
authorKumar Gala <galak@kernel.crashing.org>
Thu, 21 Jul 2011 05:20:20 +0000 (00:20 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 29 Jul 2011 13:53:38 +0000 (08:53 -0500)
commitdb564bccefaa537b4a2bd46778b00536bab17258
treee4f28f38a67059725917d52128ee88bd28a682ea
parent88b91f2d3b71101830e58f48cf31e6cefa25b1c8
powerpc/85xx: Add support for P2041[e] XAUI in SERDES

We add XAUI_FM1 into the SERDES tables for P2041[e] devices.  However
for the P2040[e] devices that dont support XAUI we handle this at
runtime via SVR checks.  If we are on a P2040[e] device the SERDES
functions will behave as follows:

is_serdes_prtcl_valid() will always report invalid if prtcl passed in is
XAUI_FM1.

serdes_get_prtcl() will report NONE if the prtcl in the table is set to
XAUI_FM1.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/p2041_serdes.c