mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: acpuclock-8974: Increase max CPU and L2 frequencies to 1.5GHz
Devices appear stable at these increased rates, even on early hardware. Raise the frequency limit from 1.0GHz to 1.5GHz. Change-Id: Ic0b5e8193a94d39c53721350b966656d5f734e33 Signed-off-by: Matt Wagantall <mattw@codeaurora.org>
This commit is contained in:
parent
e5a6bf23c0
commit
a47c251927
1 changed files with 6 additions and 6 deletions
|
@ -149,12 +149,12 @@ static struct acpu_level acpu_freq_tbl[] __initdata = {
|
|||
{ 1, { 883200, HFPLL, 1, 0, 46 }, L2(7), 950000, 3200000 },
|
||||
{ 1, { 960000, HFPLL, 1, 0, 50 }, L2(7), 950000, 3200000 },
|
||||
{ 1, { 1036800, HFPLL, 1, 0, 54 }, L2(7), 950000, 3200000 },
|
||||
{ 0, { 1113600, HFPLL, 1, 0, 58 }, L2(12), 1050000, 3200000 },
|
||||
{ 0, { 1190400, HFPLL, 1, 0, 62 }, L2(12), 1050000, 3200000 },
|
||||
{ 0, { 1267200, HFPLL, 1, 0, 66 }, L2(12), 1050000, 3200000 },
|
||||
{ 0, { 1344000, HFPLL, 1, 0, 70 }, L2(15), 1050000, 3200000 },
|
||||
{ 0, { 1420800, HFPLL, 1, 0, 74 }, L2(15), 1050000, 3200000 },
|
||||
{ 0, { 1497600, HFPLL, 1, 0, 78 }, L2(15), 1050000, 3200000 },
|
||||
{ 1, { 1113600, HFPLL, 1, 0, 58 }, L2(12), 1050000, 3200000 },
|
||||
{ 1, { 1190400, HFPLL, 1, 0, 62 }, L2(12), 1050000, 3200000 },
|
||||
{ 1, { 1267200, HFPLL, 1, 0, 66 }, L2(12), 1050000, 3200000 },
|
||||
{ 1, { 1344000, HFPLL, 1, 0, 70 }, L2(15), 1050000, 3200000 },
|
||||
{ 1, { 1420800, HFPLL, 1, 0, 74 }, L2(15), 1050000, 3200000 },
|
||||
{ 1, { 1497600, HFPLL, 1, 0, 78 }, L2(16), 1050000, 3200000 },
|
||||
{ 0, { 1574400, HFPLL, 1, 0, 82 }, L2(20), 1050000, 3200000 },
|
||||
{ 0, { 1651200, HFPLL, 1, 0, 86 }, L2(20), 1050000, 3200000 },
|
||||
{ 0, { 1728000, HFPLL, 1, 0, 90 }, L2(20), 1050000, 3200000 },
|
||||
|
|
Loading…
Reference in a new issue