提交 f9d7bcbc 编写于 作者: N Naveen Krishna Ch 提交者: Kukjin Kim

ARM: EXYNOS4: Update clocks for keypad

The keypad IF on EXYNOS4 uses 100MHz from PERIR functional
block for clocks, this patch updates the same.
Signed-off-by: NNaveen Krishna Ch <ch.naveen@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 344021cb
...@@ -488,6 +488,11 @@ static struct clk init_clocks_off[] = { ...@@ -488,6 +488,11 @@ static struct clk init_clocks_off[] = {
.id = -1, .id = -1,
.enable = exynos4_clk_ip_peril_ctrl, .enable = exynos4_clk_ip_peril_ctrl,
.ctrlbit = (1 << 15), .ctrlbit = (1 << 15),
}, {
.name = "keypad",
.id = -1,
.enable = exynos4_clk_ip_perir_ctrl,
.ctrlbit = (1 << 16),
}, { }, {
.name = "rtc", .name = "rtc",
.id = -1, .id = -1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册