Skip to content

Commit

Permalink
[PATCH] m68knommu: fix ColdFire 5249 PLL set
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 26, 2006
1 parent 1b1a9bd commit afd1b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-m68knommu/m5249sim.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
movel %d0,0x180(%a1) /* set PLL register */
nop

#ifdef CONFIG_CLOCK_140MHz
#if CONFIG_CLOCK_FREQ == 140000000
/*
* Set initial clock frequency. This assumes M5249C3 board
* is fitted with 11.2896MHz crystal. It will program the
Expand Down

0 comments on commit afd1b83

Please sign in to comment.