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

Commit 88579a29 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: clock-gcc-8909: Add support for 1.3GHz for MSM8909



Add the table for PLL to support 1.3GHz.

Change-Id: I55b5aa67b5948a0cbb41af17aba78f80f0d8834a
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent f6112ae4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -327,6 +327,7 @@ static struct pll_freq_tbl apcs_pll_freq[] = {
	F_APCS_PLL(1094400000, 57, 0x0, 0x1, 0x0, 0x0, 0x0),
	F_APCS_PLL(1190400000, 62, 0x0, 0x1, 0x0, 0x0, 0x0),
	F_APCS_PLL(1248000000, 65, 0x0, 0x1, 0x0, 0x0, 0x0),
	F_APCS_PLL(1305600000, 68, 0x0, 0x1, 0x0, 0x0, 0x0),
	PLL_F_END
};