diff options
author | Paul Walmsley <paul@pwsan.com> | 2008-05-07 19:19:07 -0600 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-08 17:50:29 +0000 |
commit | 15b52bc4cb2b4cc93047b957a6c7b9dbd910a6fa (patch) | |
tree | 35493b633275df722ec5f373e021b2bac662b985 /arch | |
parent | d37f1a136783aa9c9b1a6cd832a60cb2bbd2453a (diff) | |
download | talos-op-linux-15b52bc4cb2b4cc93047b957a6c7b9dbd910a6fa.tar.gz talos-op-linux-15b52bc4cb2b4cc93047b957a6c7b9dbd910a6fa.zip |
[ARM] 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 <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/clock34xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h index 65929cc37406..baed53f6952b 100644 --- a/arch/arm/mach-omap2/clock34xx.h +++ b/arch/arm/mach-omap2/clock34xx.h @@ -993,6 +993,7 @@ static struct clk clkout2_src_ck = { .clksel_mask = OMAP3430_CLKOUT2SOURCE_MASK, .clksel = clkout2_src_clksel, .flags = RATE_PROPAGATES, + .clkdm_name = "core_clkdm", .recalc = &omap2_clksel_recalc, }; |