mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: board-8930: Use AUTO mode in PM8038 SMPS 3 sleep set configuration
Change the sleep-set force mode configuration for MSM8930 PM8038 SMPS 3 from LPM to AUTO. This modification ensures that the modem processor does not crash in use cases where it is active and heavily loaded while the Apps processor is asleep. Change-Id: Id04feb4a0a07b4d27bcdc1f89dd9ffd24acb42d7 CRs-Fixed: 421559 Signed-off-by: David Collins <collinsd@codeaurora.org>
This commit is contained in:
parent
cc6ce665ba
commit
d32249627a
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ msm8930_rpm_regulator_init_data[] __devinitdata = {
|
|||
/* ID a_on pd ss min_uV max_uV supply sys_uA freq fm ss_fm */
|
||||
RPM_SMPS(S1, 0, 1, 1, 500000, 1150000, NULL, 100000, 4p80, AUTO, LPM),
|
||||
RPM_SMPS(S2, 1, 1, 1, 1400000, 1400000, NULL, 100000, 1p60, AUTO, LPM),
|
||||
RPM_SMPS(S3, 0, 1, 1, 1150000, 1150000, NULL, 100000, 3p20, AUTO, LPM),
|
||||
RPM_SMPS(S3, 0, 1, 1, 1150000, 1150000, NULL, 100000, 3p20, AUTO, AUTO),
|
||||
RPM_SMPS(S4, 1, 1, 1, 1950000, 2200000, NULL, 100000, 1p60, AUTO, LPM),
|
||||
|
||||
/* ID a_on pd ss min_uV max_uV supply sys_uA init_ip */
|
||||
|
|
Loading…
Reference in a new issue