diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-16 14:16:33 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-16 14:16:33 +0900 |
commit | b8c193f88ebd8705b3e916532539031cd9fc0b4c (patch) | |
tree | 9300f1b00b7e91d0a2b681ac4e092a6fd2c83fa3 /arch | |
parent | 6bf853aeb1d840222aebe532ad5afc861f4d0fbb (diff) | |
download | talos-op-linux-b8c193f88ebd8705b3e916532539031cd9fc0b4c.tar.gz talos-op-linux-b8c193f88ebd8705b3e916532539031cd9fc0b4c.zip |
sh: sh7723: 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')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c index 5338dacbcfba..a800466b938c 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c @@ -267,7 +267,6 @@ static struct platform_device *sh7723_devices[] __initdata = { static int __init sh7723_devices_setup(void) { clk_always_enable("meram0"); /* MERAM */ - clk_always_enable("rtc0"); /* RTC */ clk_always_enable("veu1"); /* VEU2H1 */ clk_always_enable("veu0"); /* VEU2H0 */ clk_always_enable("vpu0"); /* VPU */ |