aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv310/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pv310/clock.c')
-rw-r--r--arch/arm/mach-s5pv310/clock.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/clock.c b/arch/arm/mach-s5pv310/clock.c
index 32146db1f451..58c9d33f36fe 100644
--- a/arch/arm/mach-s5pv310/clock.c
+++ b/arch/arm/mach-s5pv310/clock.c
@@ -472,6 +472,11 @@ static struct clk init_clocks_disable[] = {
472 .enable = s5pv310_clk_ip_peril_ctrl, 472 .enable = s5pv310_clk_ip_peril_ctrl,
473 .ctrlbit = (1 << 15), 473 .ctrlbit = (1 << 15),
474 }, { 474 }, {
475 .name = "rtc",
476 .id = -1,
477 .enable = s5pv310_clk_ip_perir_ctrl,
478 .ctrlbit = (1 << 15),
479 }, {
475 .name = "watchdog", 480 .name = "watchdog",
476 .id = -1, 481 .id = -1,
477 .enable = s5pv310_clk_ip_perir_ctrl, 482 .enable = s5pv310_clk_ip_perir_ctrl,