]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
powerpc/85xx: Implement work-around for P4080 erratum SERDES-A001
authorTimur Tabi <timur@freescale.com>
Mon, 18 Apr 2011 22:16:00 +0000 (17:16 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 29 Apr 2011 03:09:23 +0000 (22:09 -0500)
Bank powerdown through RCW[SRDS_LPD_Bn] for XAUI on FM2 and SGMII on FM1
are swapped.

Erratum SERDES-A001 says that if bank two is kept disabled and after bank
three is enabled, then the PLL for bank three won't lock properly.  The
work-around is to enable and then disable bank two after bank three is
enabled.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found