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

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

clk: qcom: Update parent of gpu_cc_cx_gfx3d_clk for Trinket



Update the parent of gpu_cc_cx_gfx3d_clk from
gpu_cc_gx_gfx3d_clk_src to gpu_cc_gx_gfx_clk as the RCG enable
HW signal is tied to this clock.

Change-Id: Ie2c38c538942b03a6baf330f28f82668a81b710e
Signed-off-by: default avatarDiptanshu Jamgade <djamgade@codeaurora.org>
parent 6836173e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ static struct clk_branch gpu_cc_cx_gfx3d_clk = {
		.hw.init = &(struct clk_init_data){
			.name = "gpu_cc_cx_gfx3d_clk",
			.parent_names = (const char *[]){
				"gpu_cc_gx_gfx3d_clk_src",
				"gpu_cc_gx_gfx3d_clk",
			},
			.num_parents = 1,
			.flags = CLK_SET_RATE_PARENT,