mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 18:35:28 +00:00
poppy: Set minimum battery percentage for booting to 2%
With a battery that has 1% charge there may not be enough to boot the AP, resulting in a brown out. Raise this to 2% to get more consistent behavior to let the battery charge before booting. (Reference: https://chromium-review.googlesource.com/582540) BUG=b:64460667 BRANCH=None TEST=Manual testing to ensure that EC does not attempt to boot the AP unless the battery charge is >=2%. Change-Id: I2c3d0e292470d44ffd8fd33e8a58c59a19548513 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/605013 Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
0ff28fe737
commit
25918cd9ba
@@ -85,7 +85,7 @@
|
||||
#define CONFIG_CHARGER_ISL9238
|
||||
#define CONFIG_CHARGER_DISCHARGE_ON_AC
|
||||
#define CONFIG_CHARGER_INPUT_CURRENT 512
|
||||
#define CONFIG_CHARGER_MIN_BAT_PCT_FOR_POWER_ON 1
|
||||
#define CONFIG_CHARGER_MIN_BAT_PCT_FOR_POWER_ON 2
|
||||
#define CONFIG_CHARGER_NARROW_VDC
|
||||
#define CONFIG_CHARGER_PROFILE_OVERRIDE
|
||||
#define CONFIG_CHARGER_PSYS
|
||||
|
||||
Reference in New Issue
Block a user