mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
power: ds2781: Lower capacity threshold for sanity check
The HW team was seeing the capacity reset occur in a few situations where the reset was not desired, so they have requested the capacity threshold be lowered from 5% to 3% to prevent the reset from occuring. Change-Id: Id512224bbd8440eef6503ad72fce5e08f7195c2a Signed-off-by: Greg Meiste <w30289@motorola.com>
This commit is contained in:
parent
de8a7cfc3b
commit
4e7b8a770a
|
|
@ -68,7 +68,7 @@ struct battery_status {
|
|||
* THRES_BATT (when battery powered) or THRES_CHRG (when on a charger), the
|
||||
* ACR will be reset to a reasonable value.
|
||||
*/
|
||||
#define THRES_PERCENT 5
|
||||
#define THRES_PERCENT 3
|
||||
#define THRES_BATT 7500000
|
||||
#define THRES_CHRG 7750000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user