projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f36871b
)
ARM: EXYNOS4: Enable watchdog parent clock
author
Inderpal Singh
<inderpal.s@samsung.com>
Mon, 7 Mar 2011 22:13:45 +0000
(07:13 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Mon, 7 Mar 2011 22:13:45 +0000
(07:13 +0900)
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>
arch/arm/mach-exynos4/clock.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-exynos4/clock.c
b/arch/arm/mach-exynos4/clock.c
index 72d53d5e54aff000188aac587d6928cd4b1ad6ba..7bf3c4e35d2670f26f2ffe9186953e6ec90c3119 100644
(file)
--- 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),
}, {