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

Commit dac93b19 authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Matt Wagantall
Browse files

clk: msm: clock-mmss-8996: Add the force_enable_md flag to the gfx RCG



The gfx3d_clk_src_v2 clock should be force enabled prior to
turning on the core. Add the force_enable_md flag to do so.

Change-Id: I8ebf5df3dca452d057c179e21329293f3366f72f
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent e820557c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -420,6 +420,7 @@ static struct mux_div_clk gfx3d_clk_src_v2 = {
	.src_shift = 8,
	.ops = &rcg_mux_div_ops,
	.try_get_rate = true,
	.force_enable_md = true,
	.data = {
		.min_div = 1,
		.max_div = 1,