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

Commit 0bf0ff82 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: qcom: Fix i2c frequency table



PXO is 25MHz, not 27MHz. Fix the table.

Fixes: 24d8fba4 "clk: qcom: Add support for IPQ8064's global
clock controller (GCC)"

Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Reviewed-by: default avatarAndy Gross <agross@codeaurora.org>
Tested-by: default avatarAndy Gross <agross@codeaurora.org>
Signed-off-by: default avatarMichael Turquette <mturquette@linaro.org>
parent b61c43c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -525,8 +525,8 @@ static struct freq_tbl clk_tbl_gsbi_qup[] = {
	{ 10800000, P_PXO,  1, 2,  5 },
	{ 10800000, P_PXO,  1, 2,  5 },
	{ 15060000, P_PLL8, 1, 2, 51 },
	{ 15060000, P_PLL8, 1, 2, 51 },
	{ 24000000, P_PLL8, 4, 1,  4 },
	{ 24000000, P_PLL8, 4, 1,  4 },
	{ 25000000, P_PXO,  1, 0,  0 },
	{ 25600000, P_PLL8, 1, 1, 15 },
	{ 25600000, P_PLL8, 1, 1, 15 },
	{ 27000000, P_PXO,  1, 0,  0 },
	{ 48000000, P_PLL8, 4, 1,  2 },
	{ 48000000, P_PLL8, 4, 1,  2 },
	{ 51200000, P_PLL8, 1, 2, 15 },
	{ 51200000, P_PLL8, 1, 2, 15 },
	{ }
	{ }