This patch adds the parent clock for watchdog timer for SMDKV310. Signed-off-by: Inderpal Singh <inderpa...@samsung.com> --- arch/arm/mach-exynos4/clock.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-exynos4/clock.c b/arch/arm/mach-exynos4/clock.c index 72d53d5..7bf3c4e 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), }, { -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html