]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
3430 clock: 3430 clock: enable SCM clock at boot
authorPaul Walmsley <paul@pwsan.com>
Tue, 4 Dec 2007 09:26:06 +0000 (02:26 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 5 Dec 2007 22:40:38 +0000 (14:40 -0800)
As we do with 24xx, enable the System Control Module iclk at boot.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock34xx.h

index 974b1c2b55232be15d01fc9241cc04114bb4720e..6b5154429338fe67993eb03da341b9d8bac027f5 100644 (file)
@@ -1337,7 +1337,7 @@ static struct clk omapctrl_ick = {
        .parent         = &core_l4_ick,
        .enable_reg     = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1),
        .enable_bit     = OMAP3430_EN_OMAPCTRL_SHIFT,
-       .flags          = CLOCK_IN_OMAP343X,
+       .flags          = CLOCK_IN_OMAP343X | ENABLE_ON_INIT,
        .recalc         = &followparent_recalc,
 };