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

Commit 07f2e5c7 authored by Diptanshu Jamgade's avatar Diptanshu Jamgade Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Keep sys_noc_compute_sf_axi as CRITICAL clock



gcc_sys_noc_compute_sf_axi clock is marked as critical
as it needs to be always on.

Change-Id: I915f888305c9123ff11a7a69e8cc9236d00fadee
Signed-off-by: default avatarDiptanshu Jamgade <djamgade@codeaurora.org>
parent a74cb474
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3731,6 +3731,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,
		},
	},