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

Commit 208fa967 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: gcc: Update the branch halt flag to BRANCH_VOTED



Do not poll for CLK_OFF bit for gpu memnoc clock during clock disable.
Thus update the flag accordingly.

Also update the pre div value for power cluster measure clock.

Change-Id: I01d89ff0c1831f115ca0a8d661c3b0f59dfcbd1e
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 12c0afc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ static int cpu_cc_debug_mux_sels[] = {

static int apss_cc_debug_mux_pre_divs[] = {
	0x8,		/* perfcl_clk */
	0x4,		/* pwrcl_clk */
	0x8,		/* pwrcl_clk */
};

static struct clk_debug_mux cpu_cc_debug_mux = {
+1 −1
Original line number Diff line number Diff line
@@ -2783,7 +2783,7 @@ static struct clk_branch gcc_gpu_iref_clk = {

static struct clk_branch gcc_gpu_memnoc_gfx_clk = {
	.halt_reg = 0x3600c,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_VOTED,
	.hwcg_reg = 0x3600c,
	.hwcg_bit = 1,
	.clkr = {