summaryrefslogtreecommitdiff
path: root/board/kappa/battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kappa/battery.c')
-rw-r--r--board/kappa/battery.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/kappa/battery.c b/board/kappa/battery.c
index 0b0d04970f..86c74d9327 100644
--- a/board/kappa/battery.c
+++ b/board/kappa/battery.c
@@ -64,7 +64,7 @@ const struct board_batt_params board_battery_info[] = {
.discharging_max_c = 60,
},
},
- /* LGC MPPHPPFO021C Battery Information */
+ /* LGC MPPHPPFO021C Battery Information, BMU RAJ240045 */
[BATTERY_LGC] = {
.fuel_gauge = {
.manuf_name = "313-42-14-A",
@@ -73,9 +73,9 @@ const struct board_batt_params board_battery_info[] = {
.reg_data = { 0x0010, 0x0010 },
},
.fet = {
- .mfgacc_support = 1,
- .reg_addr = 0x0,
- .reg_mask = 0x0006,
+ .mfgacc_support = 0,
+ .reg_addr = 0x43,
+ .reg_mask = 0x0003,
.disconnect_val = 0x0,
},
},