summaryrefslogtreecommitdiff
path: root/driver/battery
diff options
context:
space:
mode:
authorJonathan Brandmeyer <jbrandmeyer@chromium.org>2018-09-04 13:54:21 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-09-05 16:11:11 -0700
commit0a61685bef7501b5028c8a3b5e4d7abfe05791e2 (patch)
treeb6054992c16ab19c9e7c9c048cccab3bddd235c5 /driver/battery
parent76e1d976246d90918e5f18d12d1df194b39cd90c (diff)
downloadchrome-ec-0a61685bef7501b5028c8a3b5e4d7abfe05791e2.tar.gz
Liara: Add supported batteries
These are two of the three batteries for Liara. Retain the Grunt reference design battery for testing purposes only. BUG=b:113823864 TEST=buildall BRANCH=none Change-Id: Ibfdfa08298ec142504b24477746ebb87aebc913c Signed-off-by: Jonathan Brandmeyer <jbrandmeyer@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1204696 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'driver/battery')
-rw-r--r--driver/battery/bq4050.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/battery/bq4050.c b/driver/battery/bq4050.c
index 6f2890ff2d..684ade47e6 100644
--- a/driver/battery/bq4050.c
+++ b/driver/battery/bq4050.c
@@ -2,8 +2,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
- * Smart battery driver for TI BQ4050 family, including BQ40Z50 (and -R1, -R2)
- * and BQ40Z552.
+ * Smart battery driver for TI BQ4050 family, including BQ40Z50 (and -R1, -R2),
+ * BQ40Z552, and BQ40Z60.
*/
#include "battery_smart.h"