diff options
author | Andrew F. Davis <afd@ti.com> | 2018-04-22 02:12:49 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2018-04-26 00:11:47 +0300 |
commit | 5ef6a16033b47afbc578c7ef8754da5ae7b198d7 (patch) | |
tree | 420924905d704dbd2518e2ed9880b5f8e57604b8 /include/linux/power | |
parent | 77142a611252de84ac533842438d19e7b2f494e7 (diff) | |
download | linux-5ef6a16033b47afbc578c7ef8754da5ae7b198d7.tar.xz |
power: supply: bq27xxx: Add support for BQ27426
This device is software similar to the BQ27426 except it has
different data memory offsets. Add support here.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'include/linux/power')
-rw-r--r-- | include/linux/power/bq27xxx_battery.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/power/bq27xxx_battery.h b/include/linux/power/bq27xxx_battery.h index 01fbf1b16258..d6355f49fbae 100644 --- a/include/linux/power/bq27xxx_battery.h +++ b/include/linux/power/bq27xxx_battery.h @@ -24,8 +24,9 @@ enum bq27xxx_chip { BQ27546, BQ27742, BQ27545, /* bq27545 */ - BQ27421, /* bq27421, bq27425, bq27441, bq27621 */ + BQ27421, /* bq27421, bq27441, bq27621 */ BQ27425, + BQ27426, BQ27441, BQ27621, }; |