From 36c1b2bd49d3d44621c606eb909ab75c1b29f944 Mon Sep 17 00:00:00 2001 From: Paul Walmsley Date: Tue, 4 Dec 2007 02:26:06 -0700 Subject: [PATCH] 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 --- arch/arm/mach-omap2/clock34xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; -- 2.41.1