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

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

Merge "clk: qcom: npucc-sm8150: specify external parents for NPU_CC branch clocks"

parents 893949a4 9c47aed2
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -448,6 +448,10 @@ static struct clk_branch npu_cc_npu_core_apb_clk = {
		.enable_mask = BIT(0),
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
		.hw.init = &(struct clk_init_data){
			.name = "npu_cc_npu_core_apb_clk",
			.name = "npu_cc_npu_core_apb_clk",
			.parent_names = (const char *[]){
				"qdss_qmp_clk",
			},
			.num_parents = 1,
			.ops = &clk_branch2_ops,
			.ops = &clk_branch2_ops,
		},
		},
	},
	},
@@ -461,6 +465,10 @@ static struct clk_branch npu_cc_npu_core_atb_clk = {
		.enable_mask = BIT(0),
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
		.hw.init = &(struct clk_init_data){
			.name = "npu_cc_npu_core_atb_clk",
			.name = "npu_cc_npu_core_atb_clk",
			.parent_names = (const char *[]){
				"gcc_npu_at_clk",
			},
			.num_parents = 1,
			.ops = &clk_branch2_ops,
			.ops = &clk_branch2_ops,
		},
		},
	},
	},
@@ -492,6 +500,10 @@ static struct clk_branch npu_cc_npu_core_cti_clk = {
		.enable_mask = BIT(0),
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
		.hw.init = &(struct clk_init_data){
			.name = "npu_cc_npu_core_cti_clk",
			.name = "npu_cc_npu_core_cti_clk",
			.parent_names = (const char *[]){
				"gcc_npu_trig_clk",
			},
			.num_parents = 1,
			.ops = &clk_branch2_ops,
			.ops = &clk_branch2_ops,
		},
		},
	},
	},