]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
OMAP3 clock: move sys_clkout2 clk to core_clkdm
authorPaul Walmsley <paul@pwsan.com>
Thu, 8 May 2008 01:19:07 +0000 (19:19 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 9 May 2008 21:45:55 +0000 (14:45 -0700)
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 <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock34xx.h

index 85afe1e62a5f24e9ba737800edacd0589de5c15b..825bab4e27b0599f18a49daa1a425d1a4124da1e 100644 (file)
@@ -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,
 };