Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5fb4a20 authored by Inderpal Singh's avatar Inderpal Singh Committed by Kukjin Kim
Browse files

ARM: EXYNOS4: Enable watchdog parent clock



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

Signed-off-by: default avatarInderpal Singh <inderpal.s@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent f36871b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -489,6 +489,7 @@ static struct clk init_clocks_off[] = {
	}, {
	}, {
		.name		= "watchdog",
		.name		= "watchdog",
		.id		= -1,
		.id		= -1,
		.parent		= &clk_aclk_100.clk,
		.enable		= exynos4_clk_ip_perir_ctrl,
		.enable		= exynos4_clk_ip_perir_ctrl,
		.ctrlbit	= (1 << 14),
		.ctrlbit	= (1 << 14),
	}, {
	}, {