From: Kevin Hilman Date: Tue, 20 Nov 2007 22:16:54 +0000 (-0800) Subject: ARM: OMAP: Enable OMAP3 SDRC clock on init. X-Git-Tag: v2.6.24-omap1~185 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=commitdiff_plain;h=d9de0c2b0a801de5edc99fef9937b5e03c7ae3f2 ARM: OMAP: Enable OMAP3 SDRC clock on init. Enable sdrc_ick on init so it doesn't get disabled when CONFIG_OMAP_RESET_CLOCKS=y Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h index b8132a13522..a5321bbee87 100644 --- a/arch/arm/mach-omap2/clock34xx.h +++ b/arch/arm/mach-omap2/clock34xx.h @@ -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, };