dmtimer: fix source clocks for 3430
authorPaul Walmsley <paul@pwsan.com>
Thu, 27 Sep 2007 06:11:25 +0000 (00:11 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 28 Sep 2007 22:55:35 +0000 (15:55 -0700)
Fix dmtimer source clock names for OMAP3430.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dmtimer.c

index 8821e29..36bcdbf 100644 (file)
@@ -162,12 +162,11 @@ static struct omap_dm_timer omap3_dm_timers[] = {
 
 static const char *omap3_dm_source_names[] __initdata = {
        "sys_ck",
-       "func_32k_ck",
-       "alt_ck",
+       "omap_32k_fck",
        NULL
 };
 
-static struct clk **omap3_dm_source_clocks[3];
+static struct clk **omap3_dm_source_clocks[2];
 static const int dm_timer_count = ARRAY_SIZE(omap3_dm_timers);
 
 #else