Skip to content

Commit 6bf853a

Browse files
committed
sh: sh7722: 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 063adc7 commit 6bf853a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ static int __init sh7722_devices_setup(void)
256256
{
257257
clk_always_enable("uram0"); /* URAM */
258258
clk_always_enable("xymem0"); /* XYMEM */
259-
clk_always_enable("rtc0"); /* RTC */
260259
clk_always_enable("veu0"); /* VEU */
261260
clk_always_enable("vpu0"); /* VPU */
262261
clk_always_enable("jpu0"); /* JPU */

0 commit comments

Comments
 (0)