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

Commit 77484ca1 authored by Taniya Das's avatar Taniya Das
Browse files

msm: clock-8610: Add support for 1094MHz CPU frequency



New CPU frequency of 1094MHz supported in MSM8610.

Change-Id: Iea77af3ff3388952cd4045daebf127b1f464076e
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 38be2e8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -559,6 +559,7 @@ static struct pll_freq_tbl apcs_pll_freq[] = {
	F_APCS_PLL( 768000000, 40, 0x0, 0x1, 0x0, 0x0, 0x0),
	F_APCS_PLL( 787200000, 41, 0x0, 0x1, 0x0, 0x0, 0x0),
	F_APCS_PLL( 998400000, 52, 0x0, 0x1, 0x0, 0x0, 0x0),
	F_APCS_PLL(1094400000, 57, 0x0, 0x1, 0x0, 0x0, 0x0),
	F_APCS_PLL(1190400000, 62, 0x0, 0x1, 0x0, 0x0, 0x0),
	PLL_F_END
};