Explorar o código

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>
Inderpal Singh %!s(int64=14) %!d(string=hai) anos
pai
achega
f5fb4a205c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      arch/arm/mach-exynos4/clock.c

+ 1 - 0
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),
 	}, {