summaryrefslogtreecommitdiff
path: root/board/redrix/board.h
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2021-07-13 14:57:24 +0800
committerCommit Bot <commit-bot@chromium.org>2021-07-21 02:19:26 +0000
commit5189460816847ea2779d864db30df672c314a849 (patch)
tree776fad9c38c7eb58d6bfeb88221cc245f2790fef /board/redrix/board.h
parentc1acd051f35d1a46a3ec4454886f1de1b68558ff (diff)
downloadchrome-ec-5189460816847ea2779d864db30df672c314a849.tar.gz
redrix: Add battery configuration
[Simply copy from: https://crrev.com/c/1971511] Add Dynapack CosMX battery configuration. The battery was the same as Jinlon. BUG=b:190797341 BRANCH=none TEST=make buildall -j Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I6aedb010c2d3300ee12ebe0b4be5d99c874aac9d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3023512 Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'board/redrix/board.h')
-rw-r--r--board/redrix/board.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/redrix/board.h b/board/redrix/board.h
index 62abc99b6c..c43c34a662 100644
--- a/board/redrix/board.h
+++ b/board/redrix/board.h
@@ -222,8 +222,7 @@ enum ioex_port {
};
enum battery_type {
- BATTERY_POWER_TECH,
- BATTERY_LGC011,
+ BATTERY_DYNAPACK_COS,
BATTERY_TYPE_COUNT
};