diff options
author | Scott Collyer <scollyer@google.com> | 2018-07-08 12:52:33 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-07-29 17:10:16 -0700 |
commit | d290053f9544a1938b1a0a578fa551855d4738d2 (patch) | |
tree | ebc47ab7f4195f305ef715aaaf42bb001ba0cc90 /include | |
parent | 768f0d90c5291b355eceed9620d148388000d7f4 (diff) | |
download | chrome-ec-d290053f9544a1938b1a0a578fa551855d4738d2.tar.gz |
bq25710: Add bq25710 charger driver
This CL adds a driver for the bq25710 charger chip. This is mostly
copied from the bq25703 driver which is very similar. But, the bq25710
uses smbus registers instead of i2c.
BUG=b:111410058
BRANCH=none
TEST=make buildall
Change-Id: Ic9068fdcfe91f3dd3840244ca21d2210b64c099f
Signed-off-by: Scott Collyer <scollyer@google.com>
Reviewed-on: https://chromium-review.googlesource.com/1135927
Commit-Ready: Scott Collyer <scollyer@chromium.org>
Tested-by: Scott Collyer <scollyer@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index bc215c6f7d..2d17c2501b 100644 --- a/include/config.h +++ b/include/config.h @@ -572,6 +572,7 @@ #undef CONFIG_CHARGER_BQ24770 #undef CONFIG_CHARGER_BQ24773 #undef CONFIG_CHARGER_BQ25703 +#undef CONFIG_CHARGER_BQ25710 #undef CONFIG_CHARGER_BQ25890 #undef CONFIG_CHARGER_BQ25892 #undef CONFIG_CHARGER_BQ25895 |