Skip to content

Commit d9aed8b

Browse files
committed
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 <[email protected]>
1 parent 22fd67c commit d9aed8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/sh/kernel/cpu/sh4a/setup-sh7724.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ static struct platform_device *sh7724_devices[] __initdata = {
275275

276276
static int __init sh7724_devices_setup(void)
277277
{
278-
clk_always_enable("rtc0"); /* RTC */
279278
clk_always_enable("vpu0"); /* VPU */
280279
clk_always_enable("veu1"); /* VEU3F1 */
281280
clk_always_enable("veu0"); /* VEU3F0 */

0 commit comments

Comments
 (0)