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

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

Merge "clk: qcom: Keep sys_noc_compute_sf_axi as CRITICAL clock"

parents 7a62b613 07f2e5c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3737,6 +3737,7 @@ static struct clk_branch gcc_sys_noc_compute_sf_axi_clk = {
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
			.name = "gcc_sys_noc_compute_sf_axi_clk",
			.flags = CLK_IS_CRITICAL,
			.ops = &clk_branch2_ops,
		},
	},