aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/power
diff options
context:
space:
mode:
authorChris Lapa <chris@lapa.com.au>2017-01-11 12:44:47 +1100
committerSebastian Reichel <sre@kernel.org>2017-01-12 02:30:13 +0100
commit8835cae5f2abd7f7a3143afe357f416aff5517a4 (patch)
treec7a256da04fc20aea05583e2b6115a0381d7bf42 /include/linux/power
parentpower: supply: bq27xxx: adds specific support for bq27520-g3 revision. (diff)
downloadlinux-dev-8835cae5f2abd7f7a3143afe357f416aff5517a4.tar.xz
linux-dev-8835cae5f2abd7f7a3143afe357f416aff5517a4.zip
power: supply: bq27xxx: adds specific support for bq27520-g4 revision.
This commit adds the BQ27520G4 chip definition to specifically match the bq27520-G4 functionality as described in the datasheet. Signed-off-by: Chris Lapa <chris@lapa.com.au> Acked-by: Pali Rohár <pali.rohar@gmail.com> Reviewed-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
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 5c12717d0f75..b312bcef53da 100644
--- a/include/linux/power/bq27xxx_battery.h
+++ b/include/linux/power/bq27xxx_battery.h
@@ -13,6 +13,7 @@ enum bq27xxx_chip {
BQ27520G1, /* bq27520G1 */
BQ27520G2, /* bq27520G2 */
BQ27520G3, /* bq27520G3 */
+ BQ27520G4, /* bq27520G4 */
BQ27530, /* bq27530, bq27531 */
BQ27541, /* bq27541, bq27542, bq27546, bq27742 */
BQ27545, /* bq27545 */