[POWERPC] mpc52xx: Update mpc52xx_psc structure with B revision changes
authorSylvain Munaut <tnt@246tNt.com>
Sun, 16 Sep 2007 10:53:26 +0000 (20:53 +1000)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 16 Oct 2007 23:09:27 +0000 (17:09 -0600)
On the mpc5200b the ccr register is 32 bits wide while on the
mpc5200 it's only 16 bits. It's up to the driver to use the
correct format depending on the chip it's running on.

The 5200b also offers some more registers & status in AC97
mode. Again, if not running on a 5200b the driver should not
use those.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found