mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 10:45:22 +00:00
kirby: Update battery voltage parameters
Nominal voltage is 3.7V and maximum voltage is 4.2V. BUG=chrome-os-partner:22055 TEST=None BRANCH=None Change-Id: Ia1425ecebad49da676c1a22e4dcdbb43bebbd407 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/168731 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
c0c90c6f18
commit
db0b93609b
@@ -19,14 +19,12 @@ const struct battery_temperature_ranges bat_temp_ranges = {
|
||||
|
||||
static const struct battery_info info = {
|
||||
/*
|
||||
* TODO(victoryang): What are the correct values?
|
||||
* Design voltage
|
||||
* max = 4.4V
|
||||
* normal = 3.8V
|
||||
* max = 4.2V
|
||||
* normal = 3.7V
|
||||
* min = 3.0V
|
||||
*/
|
||||
.voltage_max = 4400,
|
||||
.voltage_normal = 3800,
|
||||
.voltage_max = 4200,
|
||||
.voltage_normal = 3700,
|
||||
.voltage_min = 3000,
|
||||
|
||||
/* Pre-charge current: I <= 0.01C */
|
||||
|
||||
Reference in New Issue
Block a user