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

Commit afabf506 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 696d37fc a315e6a7
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),
		},
	},
};