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

Commit 39f4490c authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Paul Mundt
Browse files

sh: Revised clock function in highlander



Clock function was changed, but highlander used old function.

Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 02a146df
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -296,9 +296,10 @@ device_initcall(r7780rp_devices_setup);
/*
 * Platform specific clocks
 */
static void ivdr_clk_enable(struct clk *clk)
static int ivdr_clk_enable(struct clk *clk)
{
	ctrl_outw(ctrl_inw(PA_IVDRCTL) | (1 << IVDR_CK_ON), PA_IVDRCTL);
	return 0;
}

static void ivdr_clk_disable(struct clk *clk)