ARM: EXYNOS4: Update clocks for keypad
authorNaveen Krishna Ch <ch.naveen@samsung.com>
Tue, 22 Feb 2011 08:13:42 +0000 (17:13 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 15 Mar 2011 11:37:02 +0000 (20:37 +0900)
The keypad IF on EXYNOS4 uses 100MHz from PERIR functional
block for clocks, this patch updates the same.

Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos4/clock.c

index fac6a3b..15f1333 100644 (file)
@@ -489,6 +489,11 @@ static struct clk init_clocks_off[] = {
                .enable         = exynos4_clk_ip_peril_ctrl,
                .ctrlbit        = (1 << 15),
        }, {
+               .name           = "keypad",
+               .id             = -1,
+               .enable         = exynos4_clk_ip_perir_ctrl,
+               .ctrlbit        = (1 << 16),
+       }, {
                .name           = "rtc",
                .id             = -1,
                .enable         = exynos4_clk_ip_perir_ctrl,