summaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-04-19 13:12:04 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-04-19 13:12:04 +0900
commitd9aed8b95f062b2f96e37b0e07373f36a6e7066d (patch)
tree5d37ccb835e580cc5bf94db6656bbcd58fadbbcd /arch/sh
parent22fd67c5c94a188ded2bb7c78369fd751d1bb187 (diff)
downloadlinux-3.10-d9aed8b95f062b2f96e37b0e07373f36a6e7066d.tar.gz
linux-3.10-d9aed8b95f062b2f96e37b0e07373f36a6e7066d.tar.bz2
linux-3.10-d9aed8b95f062b2f96e37b0e07373f36a6e7066d.zip
sh: sh7724: Don't default enable the RTC clock.
rtc-sh takes care of this now, so no need to have this always enabled. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/kernel/cpu/sh4a/setup-sh7724.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c
index 8b87ba8f26b..195274a74f8 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c
@@ -275,7 +275,6 @@ static struct platform_device *sh7724_devices[] __initdata = {
static int __init sh7724_devices_setup(void)
{
- clk_always_enable("rtc0"); /* RTC */
clk_always_enable("vpu0"); /* VPU */
clk_always_enable("veu1"); /* VEU3F1 */
clk_always_enable("veu0"); /* VEU3F0 */