]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Enable OMAP3 SDRC clock on init.
authorKevin Hilman <khilman@mvista.com>
Tue, 20 Nov 2007 22:16:54 +0000 (14:16 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 23 Nov 2007 20:33:39 +0000 (12:33 -0800)
Enable sdrc_ick on init so it doesn't get disabled when
CONFIG_OMAP_RESET_CLOCKS=y

Signed-off-by: Kevin Hilman <khilman@mvista.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock34xx.h

index b8132a13522296eca335ee983d354c085baff07b..a5321bbee87f641b2c833c064195a3cc9fc24041 100644 (file)
@@ -1101,7 +1101,7 @@ static struct clk sdrc_ick = {
        .parent         = &core_l3_ick,
        .enable_reg     = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1),
        .enable_bit     = OMAP3430_EN_SDRC_SHIFT,
-       .flags          = CLOCK_IN_OMAP343X,
+       .flags          = CLOCK_IN_OMAP343X | ENABLE_ON_INIT,
        .recalc         = &followparent_recalc,
 };