Browse Source

ARM: S5PC100: Rename keypad clock for S5PC100.

This patch renames the keypad clock for S5PC100 from keyif to keypad.

Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Naveen Krishna Ch 15 years ago
parent
commit
32018a8c83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-s5pc100/clock.c

+ 1 - 1
arch/arm/mach-s5pc100/clock.c

@@ -737,7 +737,7 @@ static struct clk init_clocks_disable[] = {
 		.enable		= s5pc100_d1_5_ctrl,
 		.enable		= s5pc100_d1_5_ctrl,
 		.ctrlbit	= (1 << 7),
 		.ctrlbit	= (1 << 7),
 	}, {
 	}, {
-		.name		= "keyif",
+		.name		= "keypad",
 		.id		= -1,
 		.id		= -1,
 		.parent		= &clk_div_d1_bus.clk,
 		.parent		= &clk_div_d1_bus.clk,
 		.enable		= s5pc100_d1_5_ctrl,
 		.enable		= s5pc100_d1_5_ctrl,