From: Paul Walmsley Date: Thu, 8 May 2008 01:19:07 +0000 (-0600) Subject: OMAP3 clock: move sys_clkout2 clk to core_clkdm X-Git-Tag: v2.6.26-omap1~123^2~123 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f34f5bdd731fe828241d729fd465612a56d7e35f;p=linux-2.6-omap-h63xx.git OMAP3 clock: move sys_clkout2 clk to core_clkdm sys_clkout2 belongs in the core_clkdm (3430 TRM section 4.7.2.2). It's not clear whether it actually is in the CORE clockdomain, or whether it is technically in a different clockdomain; but this is closer to reality than the present configuration. 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 85afe1e62a5..825bab4e27b 100644 --- a/arch/arm/mach-omap2/clock34xx.h +++ b/arch/arm/mach-omap2/clock34xx.h @@ -978,6 +978,7 @@ static struct clk clkout2_src_ck = { .clksel_mask = OMAP3430_CLKOUT2SOURCE_MASK, .clksel = clkout2_src_clksel, .flags = CLOCK_IN_OMAP343X | RATE_PROPAGATES, + .clkdm_name = "core_clkdm", .recalc = &omap2_clksel_recalc, };