ARM: EXYNOS4: Enable watchdog parent clock

This patch adds the parent clock for watchdog timer for EXYNOS4.

Signed-off-by: Inderpal Singh <inderpal.s@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
Inderpal Singh 2011-03-08 07:13:45 +09:00 committed by Kukjin Kim
parent f36871b044
commit f5fb4a205c

View file

@ -489,6 +489,7 @@ static struct clk init_clocks_off[] = {
}, {
.name = "watchdog",
.id = -1,
.parent = &clk_aclk_100.clk,
.enable = exynos4_clk_ip_perir_ctrl,
.ctrlbit = (1 << 14),
}, {