[PATCH] m68knommu: fix ColdFire 5249 PLL set
Fix PLL setting for the Coldfire 5249 CPU. This brings it into line with the new style frequency configuration of m68knommu parts. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
1b1a9bd277
commit
afd1b836a0
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
||||||
movel %d0,0x180(%a1) /* set PLL register */
|
movel %d0,0x180(%a1) /* set PLL register */
|
||||||
nop
|
nop
|
||||||
|
|
||||||
#ifdef CONFIG_CLOCK_140MHz
|
#if CONFIG_CLOCK_FREQ == 140000000
|
||||||
/*
|
/*
|
||||||
* Set initial clock frequency. This assumes M5249C3 board
|
* Set initial clock frequency. This assumes M5249C3 board
|
||||||
* is fitted with 11.2896MHz crystal. It will program the
|
* is fitted with 11.2896MHz crystal. It will program the
|
||||||
|
|
Loading…
Add table
Reference in a new issue