commit | e24a4d1ee337e3a67a502f3f19cdec3ffc45ad05 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Fri Aug 10 13:01:01 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Aug 11 15:47:41 2007 -0700 |
tree | 51b27df7a4b31424215d9cd1d3bf1395d6bfa76c | |
parent | 8dfe9c21a890e0c1214b85d3d90a84187638bf5b [diff] |
spi_mpc83xx: in "QE mode", use sysclk/2 For MPC8349E input to the SPI Baud Rate Generator is SYSCLK, but it's SYSCLK/2 for MPC8323E (SPI in QE). Fix this, and remove confusion by renaming the mpc83xx_spi->sysclk member as mpc83xx_spi->spibrg. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>