Skip to content

Commit b8c193f

Browse files
committed
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 <[email protected]>
1 parent 6bf853a commit b8c193f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ static struct platform_device *sh7723_devices[] __initdata = {
267267
static int __init sh7723_devices_setup(void)
268268
{
269269
clk_always_enable("meram0"); /* MERAM */
270-
clk_always_enable("rtc0"); /* RTC */
271270
clk_always_enable("veu1"); /* VEU2H1 */
272271
clk_always_enable("veu0"); /* VEU2H0 */
273272
clk_always_enable("vpu0"); /* VPU */

0 commit comments

Comments
 (0)