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

Commit fdf5fda7 authored by Naveen Yadav's avatar Naveen Yadav
Browse files

clk: qcom: gpucc-scuba: Configure gpu_cc_gx_cxo_clk to be always-on



The gpu_cc_gx_cxo_clk required to be always on, so add the
CLK_IS_CRITICAL flag for to keep it enabled at all times.

Change-Id: Icf4574ff0c805108dff826bdf2174b87a661f773
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent 4dddc019
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -291,6 +291,7 @@ static struct clk_branch gpu_cc_gx_cxo_clk = {
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
			.name = "gpu_cc_gx_cxo_clk",
			.flags = CLK_IS_CRITICAL,
			.ops = &clk_branch2_ops,
		},
	},