summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-01-02 11:34:11 +0800
committerAndy Green <andy.green@linaro.org>2012-01-09 08:39:53 +0800
commit5646d376ebb6e06ee53695b19fd5bc32afc2a5fb (patch)
treec74242a6e98f8fd1b65fbc33158e56dac296c3f6
parent59c2bf54f56632d429997d68161b01ebd932c2d6 (diff)
dmtimer fix parent clock names
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--arch/arm/mach-omap2/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c
index 037b0d7d4e0..b37ca63eac0 100644
--- a/arch/arm/mach-omap2/timer.c
+++ b/arch/arm/mach-omap2/timer.c
@@ -369,11 +369,11 @@ static int omap2_dm_timer_set_src(struct platform_device *pdev, int source)
switch (source) {
case OMAP_TIMER_SRC_SYS_CLK:
- parent_name = "sys_ck";
+ parent_name = "sys_clkin_ck"; // "sys_ck";
break;
case OMAP_TIMER_SRC_32_KHZ:
- parent_name = "32k_ck";
+ parent_name = "sys_32k_ck";
break;
case OMAP_TIMER_SRC_EXT_CLK: