From d9de0c2b0a801de5edc99fef9937b5e03c7ae3f2 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Tue, 20 Nov 2007 14:16:54 -0800 Subject: [PATCH] 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 --- 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 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, }; -- 2.41.0