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

Commit 2b1f6b11 authored by Chetan C R's avatar Chetan C R Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Add enable_safe_config for gfx3d_clk_src



Set enable_safe_config to true for configuring the rcg2
to cxo when disabled.

Change-Id: I05d4a85f8c684b4df2ac86c7d70955cd2cecd22e
Signed-off-by: default avatarChetan C R <cchinnad@codeaurora.org>
parent 4b93f74e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -203,6 +203,7 @@ static struct clk_rcg2 gfx3d_clk_src = {
	.freq_tbl = ftbl_gfx3d_clk_src,
	.parent_map = gpucc_parent_map_1,
	.flags = FORCE_ENABLE_RCG,
	.enable_safe_config = true,
	.clkr.hw.init = &gpu_clks_init[0],
};