summaryrefslogtreecommitdiff
path: root/include/linux/power/bq27xxx_battery.h
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-07-29 13:31:43 -0500
committerSebastian Reichel <sebastian.reichel@collabora.com>2020-07-29 22:33:10 +0200
commit6f24ff97e3231a5303841c5196a6f460f8485eb4 (patch)
treeaf68462cea43a98e7f7cb21f27f7772e74ca20ce /include/linux/power/bq27xxx_battery.h
parent36d1b6997dd6a4f3be194dde6553c3dcc2f7f07a (diff)
power: supply: bq27xxx_battery: Add the BQ27Z561 Battery monitor
Add the Texas Instruments BQ27Z561 battery monitor. The register address map is laid out the same as compared to other devices within the file. The battery status register has differing bits to determine if the battery is full, discharging or dead. 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 507c5e214c42..1f6ea5d5063d 100644
--- a/include/linux/power/bq27xxx_battery.h
+++ b/include/linux/power/bq27xxx_battery.h
@@ -30,6 +30,7 @@ enum bq27xxx_chip {
BQ27426,
BQ27441,
BQ27621,
+ BQ27Z561,
};
struct bq27xxx_device_info;