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

Commit d993e11f authored by Naveen Yadav's avatar Naveen Yadav
Browse files

Revert "clk: qcom: gcc-bengal: Update flag for gpll8_out_main clk"



This reverts commit 8b21a3e5.

To switch gcc_camss_ope_clk_src to all supported frequency,
gpll8_out_main need the CLK_SET_RATE_PARENT flag. So, revert the
change.

Change-Id: I4eb4845009c33d4310b67104886b66fbef8b7704
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent 1b1f2e23
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -754,6 +754,7 @@ static struct clk_alpha_pll_postdiv gpll8_out_main = {
		.name = "gpll8_out_main",
		.parent_names = (const char *[]){ "gpll8" },
		.num_parents = 1,
		.flags = CLK_SET_RATE_PARENT,
		.ops = &clk_alpha_pll_postdiv_ro_ops,
	},
};