summaryrefslogtreecommitdiff
path: root/board/icarus/board.h
diff options
context:
space:
mode:
authorSue Chen <sue.chen@quanta.corp-partner.google.com>2021-04-08 16:36:38 +0800
committerCommit Bot <commit-bot@chromium.org>2021-06-29 10:15:34 +0000
commit64f74b38c489ff7089c036230c8b1fa68a8d1728 (patch)
tree1f751d126eeea46abc556cc02c8603211ceaeee4 /board/icarus/board.h
parent61be90bd4004e4a3d412005f6d56b3188952504c (diff)
downloadchrome-ec-64f74b38c489ff7089c036230c8b1fa68a8d1728.tar.gz
Cozmo: Add new battery information
new battery config : AP18C7K BUG=none BRANCH=icarus TEST=Check found battery info in console and cutoff work. Signed-off-by: Sue Chen <sue.chen@quanta.corp-partner.google.com> Change-Id: Ic7c91997e495a2e7197f059a90edda286f207969 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2959007 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/icarus/board.h')
-rw-r--r--board/icarus/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/icarus/board.h b/board/icarus/board.h
index 8529f257b7..e70fc7113d 100644
--- a/board/icarus/board.h
+++ b/board/icarus/board.h
@@ -105,6 +105,7 @@ enum battery_type {
BATTERY_PANASONIC_AP19B5K_KT00305011,
BATTERY_LGC_AP19B8K,
BATTERY_COSMX_AP20CBL,
+ BATTERY_SMP_AP18C7K,
BATTERY_TYPE_COUNT,
};