aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock2420_data.c
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2011-02-25 16:53:40 -0500
committerPaul Walmsley <paul@pwsan.com>2011-03-07 22:21:17 -0500
commita4fc92748e969b1312f283b0d1baf657329f2907 (patch)
tree791bfaed29aaaae3ca7f69911171937288f457ab /arch/arm/mach-omap2/clock2420_data.c
parent691abf525d3d215f2e4eab7a015ef2b6375c58a5 (diff)
OMAP2xxx: clock: fix clockdomains on gpt7_ick, 2430 mmchs2_fck clocks
Add a clockdomain to the GPTIMER7 interface and 2430 HSMMC2 functional clocks - both were previously missing them. Also, the 2430 mmchs1_fck is in core_l3_clkdm, but should be in core_l4_clkdm; fix this. Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock2420_data.c')
-rw-r--r--arch/arm/mach-omap2/clock2420_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock2420_data.c b/arch/arm/mach-omap2/clock2420_data.c
index 53bd999c63ae..5e80d3dc274c 100644
--- a/arch/arm/mach-omap2/clock2420_data.c
+++ b/arch/arm/mach-omap2/clock2420_data.c
@@ -987,6 +987,7 @@ static struct clk gpt7_ick = {
987 .name = "gpt7_ick", 987 .name = "gpt7_ick",
988 .ops = &clkops_omap2_iclk_dflt_wait, 988 .ops = &clkops_omap2_iclk_dflt_wait,
989 .parent = &l4_ck, 989 .parent = &l4_ck,
990 .clkdm_name = "core_l4_clkdm",
990 .enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1), 991 .enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1),
991 .enable_bit = OMAP24XX_EN_GPT7_SHIFT, 992 .enable_bit = OMAP24XX_EN_GPT7_SHIFT,
992 .recalc = &followparent_recalc, 993 .recalc = &followparent_recalc,