aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/power
diff options
context:
space:
mode:
authorLiu Xiang <liu.xiang6@zte.com.cn>2018-07-22 21:33:56 +0800
committerSebastian Reichel <sre@kernel.org>2018-09-20 11:35:40 +0200
commit457b42f0aa1c397745ada6083bf81b9479ab19fe (patch)
treef36d97a95326d25eb7a66ada2147365ce1628fee /include/linux/power
parentpower: supply: Add Spreadtrum SC2731 charger support (diff)
downloadlinux-dev-457b42f0aa1c397745ada6083bf81b9479ab19fe.tar.xz
linux-dev-457b42f0aa1c397745ada6083bf81b9479ab19fe.zip
power: supply: bq27xxx: Add support for BQ27411
According to the datasheet, bq27411 is similar to bq27421. Signed-off-by: Liu Xiang <liu.xiang6@zte.com.cn> Reviewed-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'include/linux/power')
-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 d6355f49fbae..507c5e214c42 100644
--- a/include/linux/power/bq27xxx_battery.h
+++ b/include/linux/power/bq27xxx_battery.h
@@ -24,6 +24,7 @@ enum bq27xxx_chip {
BQ27546,
BQ27742,
BQ27545, /* bq27545 */
+ BQ27411,
BQ27421, /* bq27421, bq27441, bq27621 */
BQ27425,
BQ27426,