]> Git Repo - linux.git/commitdiff
[PATCH] m68knommu: fix ColdFire 5249 PLL set
authorGreg Ungerer <[email protected]>
Mon, 26 Jun 2006 01:43:35 +0000 (11:43 +1000)
committerLinus Torvalds <[email protected]>
Mon, 26 Jun 2006 04:04:24 +0000 (21:04 -0700)
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-m68knommu/m5249sim.h

index 9344f529bd8fa0df1da0b3d8a4882609bc38723b..399814f0b219fee7468f84321064aa58f2ac9020 100644 (file)
        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
This page took 0.045125 seconds and 4 git commands to generate.