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

Commit 5c589ef1 authored by Naveen Yadav's avatar Naveen Yadav
Browse files

clk: qcom: gpucc-scuba: Update voltage fmax table for gpu_cc_pll0



To fix compiler error for 32-bit system update the voltage fmax
table for gpu_cc_pll0.

Change-Id: Iad479a3c81fbf7e25ec1621bdfe227682f8d03a6
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent 0bdcb849
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -110,9 +110,9 @@ static struct clk_alpha_pll gpu_cc_pll0 = {
			.num_rate_max = VDD_NUM,
			.rate_max = (unsigned long[VDD_NUM]) {
				[VDD_MIN] = 1200000000,
				[VDD_LOWER] = 2400000000,
				[VDD_LOW] = 3000000000,
				[VDD_NOMINAL] = 3300000000},
				[VDD_LOWER] = 2400000000UL,
				[VDD_LOW] = 3000000000UL,
				[VDD_NOMINAL] = 3300000000UL},
		},
	},
};