diff options
author | Chris Lapa <chris@lapa.com.au> | 2017-01-10 20:44:46 -0500 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2017-01-11 20:30:13 -0500 |
commit | 825e915ba2e811b91a034ac6290cd172387c5447 (patch) | |
tree | 9fd9fba4fdabbeebffa63eb877f32c0d859b32a4 /include/linux/power | |
parent | a5deb9a93040a4a221ef8a67c88ecd72cd1f3625 (diff) |
power: supply: bq27xxx: adds specific support for bq27520-g3 revision.
This commit adds the BQ27520G3 chip definition to specifically match the
bq27520-G3 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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power/bq27xxx_battery.h b/include/linux/power/bq27xxx_battery.h index a3fc34a4ef72..5c12717d0f75 100644 --- a/include/linux/power/bq27xxx_battery.h +++ b/include/linux/power/bq27xxx_battery.h | |||
@@ -12,6 +12,7 @@ enum bq27xxx_chip { | |||
12 | BQ27510G3, /* bq27510G3 */ | 12 | BQ27510G3, /* bq27510G3 */ |
13 | BQ27520G1, /* bq27520G1 */ | 13 | BQ27520G1, /* bq27520G1 */ |
14 | BQ27520G2, /* bq27520G2 */ | 14 | BQ27520G2, /* bq27520G2 */ |
15 | BQ27520G3, /* bq27520G3 */ | ||
15 | BQ27530, /* bq27530, bq27531 */ | 16 | BQ27530, /* bq27530, bq27531 */ |
16 | BQ27541, /* bq27541, bq27542, bq27546, bq27742 */ | 17 | BQ27541, /* bq27541, bq27542, bq27546, bq27742 */ |
17 | BQ27545, /* bq27545 */ | 18 | BQ27545, /* bq27545 */ |