OMAP: timers: Fix clock source names for OMAP4
[deliverable/linux.git] / arch / arm / plat-omap / dmtimer.c
index 4d99dfbc8befa09b707de6828ff7858c2a3e0b3b..c64875f11fac9d937f79d5805d682bc0f4cb9bbe 100644 (file)
@@ -264,8 +264,8 @@ static struct omap_dm_timer omap4_dm_timers[] = {
        { .phys_base = 0x4a320000, .irq = OMAP44XX_IRQ_GPT12 },
 };
 static const char *omap4_dm_source_names[] __initdata = {
-       "sys_ck",
-       "omap_32k_fck",
+       "sys_clkin_ck",
+       "sys_32k_ck",
        NULL
 };
 static struct clk *omap4_dm_source_clocks[2];
This page took 0.025421 seconds and 5 git commands to generate.