ARM: EXYNOS4: Enable watchdog parent clock
authorInderpal Singh <inderpal.s@samsung.com>
Mon, 7 Mar 2011 22:13:45 +0000 (07:13 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 7 Mar 2011 22:13:45 +0000 (07:13 +0900)
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>
arch/arm/mach-exynos4/clock.c

index 72d53d5e54aff000188aac587d6928cd4b1ad6ba..7bf3c4e35d2670f26f2ffe9186953e6ec90c3119 100644 (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),
        }, {