Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9aed8b9 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 22fd67c5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */