mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 18:41:11 +00:00
ryu: update charging temperature upper limit
Do not charge above 48 C. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=smaug BUG=chrome-os-partner:45631 TEST=none Change-Id: I43260ab6079732ab3779d77ed64e3d872c5da4bd Reviewed-on: https://chromium-review.googlesource.com/302442 Reviewed-by: Furquan Shaikh <furquan@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Alec Berg <alecaberg@chromium.org> Commit-Queue: Vincent Palatin <vpalatin@chromium.org> (cherry picked from commit 071b068816722958cebf326857b68b4bb06ecb5b) Reviewed-on: https://chromium-review.googlesource.com/302475 Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Todd Broch <tbroch@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
5cbd9fa7bb
commit
2aebfda07f
@@ -22,9 +22,9 @@ static const struct battery_info info = {
|
||||
.precharge_current = 64, /* mA */
|
||||
/* Operational temperature range */
|
||||
.start_charging_min_c = 5,
|
||||
.start_charging_max_c = 50,
|
||||
.start_charging_max_c = 48,
|
||||
.charging_min_c = 5,
|
||||
.charging_max_c = 50,
|
||||
.charging_max_c = 48,
|
||||
.discharging_min_c = -20,
|
||||
.discharging_max_c = 60,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user