summaryrefslogtreecommitdiff
path: root/include/linux/power/bq27xxx_battery.h
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-07-29 13:31:45 -0500
committerSebastian Reichel <sebastian.reichel@collabora.com>2020-07-29 22:33:10 +0200
commit707d678a5c7c5e80d1caac6c6b021171f5ecde58 (patch)
tree836be7fbb0aeab80c2da9a2352be920afd49d287 /include/linux/power/bq27xxx_battery.h
parent0827425db7a65259db50c188a26aa2ad74a3cc3a (diff)
power: supply: bq27xxx_battery: Add the BQ28z610 Battery monitor
Add the Texas Instruments BQ28z610 battery monitor. The register address map is laid out the same as compared to other devices within the file. The battery status register bits are similar to the bq27z561 but they are different compared to other fuel gauge devices within this file. Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'include/linux/power/bq27xxx_battery.h')
-rw-r--r--include/linux/power/bq27xxx_battery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power/bq27xxx_battery.h b/include/linux/power/bq27xxx_battery.h
index 1f6ea5d5063d..987d9652aa4e 100644
--- a/include/linux/power/bq27xxx_battery.h
+++ b/include/linux/power/bq27xxx_battery.h
@@ -31,6 +31,7 @@ enum bq27xxx_chip {
BQ27441,
BQ27621,
BQ27Z561,
+ BQ28Z610,
};
struct bq27xxx_device_info;