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

Commit 8b21a3e5 authored by Naveen Yadav's avatar Naveen Yadav
Browse files

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



Support for parent set rate is not required for gpll8_out_main,
so remove the same.

Change-Id: I56b42df6384b2690136664d5812ea0953f65ca1c
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent 9a711d9c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -754,7 +754,6 @@ 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,
	},
};