ryu: Lower battery charging voltage

The design voltage is 4.35V and the current charging voltage, 4.4V, is
too high. Let's lower this to 4.34V to meet the designed voltage.

BUG=none
BRANCH=none
TEST=none

Change-Id: Id5ab111d7ef390fe509adbb75112c78de1aab8a9
Signed-off-by: Vic Yang <victoryang@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/207687
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
Vic Yang
2014-07-11 17:53:30 -07:00
committed by chrome-internal-fetch
parent 4ecdf8fc0b
commit 6e9cd48917

View File

@@ -162,7 +162,7 @@ int extpower_is_present(void)
/* Battery temperature ranges in degrees C */
static const struct battery_info info = {
/* Design voltage */
.voltage_max = 4400,
.voltage_max = 4350,
.voltage_normal = 3800,
.voltage_min = 2800,
/* Pre-charge current: I <= 0.01C */