aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew F. Davis <[email protected]>2018-04-21 18:12:49 -0500
committerSebastian Reichel <[email protected]>2018-04-25 23:11:47 +0200
commit5ef6a16033b47afbc578c7ef8754da5ae7b198d7 (patch)
tree420924905d704dbd2518e2ed9880b5f8e57604b8 /include/linux
parent77142a611252de84ac533842438d19e7b2f494e7 (diff)
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 <[email protected]> Acked-by: Pali Rohár <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/power/bq27xxx_battery.h3
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,
};