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

Commit 4fddc208 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 715e5068 4561c54b
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,
		},
	},