mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: acpuclock-8930ab: Lower VDD_DIG voltage vote for L2 at 384MHz
New characterization data shows that vdd_dig voltage for L2@384MHz can be lowered to the low level. Update the data in this patch. Change-Id: Ia80ee9397b3b433b96f2bce49a86d5ef7b024fc5 Signed-off-by: Tianyi Gou <tgou@codeaurora.org> (cherry picked from commit f684b386cbe45229e12a0eb778b933c69bceb0d4) Signed-off-by: Neha Pandey <nehap@codeaurora.org>
This commit is contained in:
parent
b9bfd3374a
commit
83f7866d30
1 changed files with 1 additions and 2 deletions
|
@ -130,9 +130,8 @@ static struct msm_bus_scale_pdata bus_scale_data __initdata = {
|
|||
.name = "acpuclk-8930ab",
|
||||
};
|
||||
|
||||
/* TODO: Update new L2 freqs once they are available */
|
||||
static struct l2_level l2_freq_tbl[] __initdata = {
|
||||
[0] = { { 384000, PLL_8, 0, 0x00 }, LVL_NOM, 1050000, 1 },
|
||||
[0] = { { 384000, PLL_8, 0, 0x00 }, LVL_LOW, 1050000, 1 },
|
||||
[1] = { { 432000, HFPLL, 2, 0x20 }, LVL_NOM, 1050000, 2 },
|
||||
[2] = { { 486000, HFPLL, 2, 0x24 }, LVL_NOM, 1050000, 2 },
|
||||
[3] = { { 540000, HFPLL, 2, 0x28 }, LVL_NOM, 1050000, 2 },
|
||||
|
|
Loading…
Reference in a new issue