summaryrefslogtreecommitdiff
path: root/board/drobit/board.h
diff options
context:
space:
mode:
authorMichael5 Chen <michael5_chen1@pegatron.corp-partner.google.com>2020-11-18 16:43:49 +0800
committerCommit Bot <commit-bot@chromium.org>2020-11-24 02:18:03 +0000
commit90482ffee42bd9c1da5a8827464e001b35718e46 (patch)
treedefa6667a2d807757177885047948a9223654ad0 /board/drobit/board.h
parent50e0e9991ef1904fc6759a7f757510645a0f04c3 (diff)
downloadchrome-ec-90482ffee42bd9c1da5a8827464e001b35718e46.tar.gz
drobit: Config the EC battery setting.
Config the EC battery setting depend on battery spec. BUG=b:173534296 BRANCH=firmware-volteer-13521.B TEST=manual 1. Check battery found on EC log. 2. Check battery cutoff function on EC console. 3. Check battery charging FET status when battery full. Signed-off-by: Michael5 Chen <michael5_chen1@pegatron.corp-partner.google.com> Change-Id: I4fbdcc18a5d8727ee2d1f2571310b3b7cc4b3c21 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2546720 Reviewed-by: Jacky Wang <jacky5_wang@pegatron.corp-partner.google.com> Reviewed-by: Zhuohao Lee <zhuohao@chromium.org>
Diffstat (limited to 'board/drobit/board.h')
-rw-r--r--board/drobit/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/drobit/board.h b/board/drobit/board.h
index 0595161e41..19866743f4 100644
--- a/board/drobit/board.h
+++ b/board/drobit/board.h
@@ -142,7 +142,7 @@
#include "registers.h"
enum battery_type {
- BATTERY_LGC011,
+ BATTERY_C490,
BATTERY_TYPE_COUNT,
};