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

Commit 096c19c3 authored by Sascha Hauer's avatar Sascha Hauer
Browse files

ARM i.MX5: prepare gpc_dvfs_clk

parent 4ec8c7f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ static void imx5_idle(void)
		gpc_dvfs_clk = clk_get(NULL, "gpc_dvfs");
		if (IS_ERR(gpc_dvfs_clk))
			return;
		clk_prepare(gpc_dvfs_clk);
	}
	clk_enable(gpc_dvfs_clk);
	mx5_cpu_lp_set(WAIT_UNCLOCKED_POWER_OFF);