From: Paul Walmsley Date: Tue, 4 Dec 2007 09:26:06 +0000 (-0700) Subject: 3430 clock: 3430 clock: enable SCM clock at boot X-Git-Tag: v2.6.24-omap1~122 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=36c1b2bd49d3d44621c606eb909ab75c1b29f944;p=linux-2.6-omap-h63xx.git 3430 clock: 3430 clock: enable SCM clock at boot As we do with 24xx, enable the System Control Module iclk at boot. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h index 974b1c2b552..6b515442933 100644 --- a/arch/arm/mach-omap2/clock34xx.h +++ b/arch/arm/mach-omap2/clock34xx.h @@ -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, };