mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
Slippy: Adjust battery voltages to be closer to reality.
I'm still not convinced that the Slippy battery voltages are right for all cases, but these are closer to what seems to be working. It matches what the battery we've tested with seems to want. BUG=chrome-os-partner:18825 BRANCH=none TEST=none Change-Id: I2d86c5ef39a70d3826fec31207250617596baa33 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/58415
This commit is contained in:
committed by
ChromeBot
parent
270d92532f
commit
ffce85ac52
@@ -10,9 +10,9 @@
|
||||
/* FIXME: We need REAL values for all this stuff */
|
||||
static const struct battery_info info = {
|
||||
|
||||
.voltage_max = 12600,
|
||||
.voltage_normal = 11100,
|
||||
.voltage_min = 6000,
|
||||
.voltage_max = 16800,
|
||||
.voltage_normal = 14800,
|
||||
.voltage_min = 10800,
|
||||
|
||||
/*
|
||||
* Operational temperature range
|
||||
|
||||
Reference in New Issue
Block a user