From: Inderpal Singh Date: Mon, 7 Mar 2011 22:13:45 +0000 (+0900) Subject: ARM: EXYNOS4: Enable watchdog parent clock X-Git-Tag: firefly_0821_release~7613^2~2162^2^2~24^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f5fb4a205cbfff4acd2f567bb8f7a38892ad0dc6;p=firefly-linux-kernel-4.4.55.git ARM: EXYNOS4: Enable watchdog parent clock This patch adds the parent clock for watchdog timer for EXYNOS4. Signed-off-by: Inderpal Singh Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-exynos4/clock.c b/arch/arm/mach-exynos4/clock.c index 72d53d5e54af..7bf3c4e35d26 100644 --- a/arch/arm/mach-exynos4/clock.c +++ b/arch/arm/mach-exynos4/clock.c @@ -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), }, {