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

Commit 92825ee8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents c3ad5ec1 5c589ef1
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},
		},
	},
};