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

Commit a315e6a7 authored by Shefali Jain's avatar Shefali Jain
Browse files

clk: qcom: clk-gcc: Remove VDD mapping from gpll0 for sdx24



Remove voltage mapping from gpll0 for sdx24.

Change-Id: I851c763c174ee147f0b8c83137908f29e2760ddf
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent d5546ff2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -143,11 +143,6 @@ static struct clk_alpha_pll gpll0 = {
			.parent_names = (const char *[]){ "bi_tcxo" },
			.num_parents = 1,
			.ops = &clk_trion_fixed_pll_ops,
			VDD_CX_FMAX_MAP4(
				MIN, 615000000,
				LOW, 1066000000,
				LOW_L1, 1600000000,
				NOMINAL, 2000000000),
		},
	},
};