Skip to content

Commit 57b31e7

Browse files
arthur.linCommit Bot
authored andcommitted
taniks: fix LG battery cut off fail issue
Modify manuf_name to LGES to fix battery cut off fail issue. BUG=b:208724534 BRANCH=none TEST=make buildall -j TEST=(on taniks) use LG battery and set ectool batterycutoff. Then battery can cut off successfully. Signed-off-by: arthur.lin <arthur.lin@lcfc.corp-partner.google.com> Change-Id: Ica09f43bb4aeabbb0851b532dbbd67926425df41 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3539765 Reviewed-by: Parth Malkan <parthmalkan@google.com>
1 parent c00f37d commit 57b31e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

board/taniks/battery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const struct board_batt_params board_battery_info[] = {
8989
},
9090
[BATTERY_LGC] = {
9191
.fuel_gauge = {
92-
.manuf_name = "LG",
92+
.manuf_name = "LGES",
9393
.device_name = "L21L4PG5",
9494
.ship_mode = {
9595
.reg_addr = 0x34,

0 commit comments

Comments
 (0)