mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
msm: clock-8610: Add support for 1094MHz CPU frequency
New CPU frequency of 1094MHz supported in MSM8610. Change-Id: Iea77af3ff3388952cd4045daebf127b1f464076e Signed-off-by: Taniya Das <tdas@codeaurora.org>
This commit is contained in:
parent
38be2e8f58
commit
77484ca111
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue