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

Commit 4561c54b authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

clk: qcom: gcc-sm8150: Remove the parent field for gcc_npu_axi_clk



The gcc_npu_axi_clk_src RCG is under RPMh control and HLOS has
no way to vote on it. Hence remove it as the listed parent for
the gcc_npu_axi_clk clock.

Change-Id: Idd3b430375916cad9d0e474322b3ebf183ebfc1d
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent e15f923a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2106,11 +2106,6 @@ static struct clk_branch gcc_npu_axi_clk = {
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
			.name = "gcc_npu_axi_clk",
			.parent_names = (const char *[]){
				"gcc_npu_axi_clk_src",
			},
			.num_parents = 1,
			.flags = CLK_SET_RATE_PARENT,
			.ops = &clk_branch2_ops,
		},
	},