aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-exynos4/clock.c1
1 files changed, 1 insertions, 0 deletions
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[] = {
489 }, { 489 }, {
490 .name = "watchdog", 490 .name = "watchdog",
491 .id = -1, 491 .id = -1,
492 .parent = &clk_aclk_100.clk,
492 .enable = exynos4_clk_ip_perir_ctrl, 493 .enable = exynos4_clk_ip_perir_ctrl,
493 .ctrlbit = (1 << 14), 494 .ctrlbit = (1 << 14),
494 }, { 495 }, {