summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongBeum Ha <ybha@samsung.com>2020-08-13 16:45:21 +0900
committerCommit Bot <commit-bot@chromium.org>2020-08-14 17:20:36 +0000
commit5b957d3948c16cb5f45d209c73ffbf8aad2ce0a3 (patch)
tree7059a618edc8b1a9be67a8ba0cfda38765b66e46
parentcbe62193bae4632d0845de48b952107415a115e0 (diff)
downloadchrome-ec-5b957d3948c16cb5f45d209c73ffbf8aad2ce0a3.tar.gz
casta : change battery voltage max
change battery voltage max to 8650mV BUG=b:163453304 BRANCH=master TEST=flash EC and check battery charging. Signed-off-by: YongBeum Ha <ybha@samsung.com> Change-Id: Ie98ec604b5ebca25cff693542e1e65452bcf1e57 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2352960 Reviewed-by: Justin TerAvest <teravest@chromium.org> Commit-Queue: Justin TerAvest <teravest@chromium.org> Tested-by: Justin TerAvest <teravest@chromium.org> (cherry picked from commit 321a63be42c85902899ecd4152a3ad1073fe8216) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2355150
-rw-r--r--board/casta/battery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/casta/battery.c b/board/casta/battery.c
index 965db28395..42084eabf4 100644
--- a/board/casta/battery.c
+++ b/board/casta/battery.c
@@ -53,7 +53,7 @@ const struct board_batt_params board_battery_info[] = {
}
},
.batt_info = {
- .voltage_max = 8700,
+ .voltage_max = 8650,
.voltage_normal = 7700, /* mV */
.voltage_min = 6000, /* mV */
.precharge_current = 200, /* mA */