diff options
author | Chris Lapa <chris@lapa.com.au> | 2017-01-11 12:44:43 +1100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2017-01-12 02:30:13 +0100 |
commit | 71375aa7d6a7392d4968f6a562b437cb4958f956 (patch) | |
tree | c046f59ea0659269a28178c01499a55393788bfe /include | |
parent | 698a2bf5fc31d85d428a2ae495775b61381a495e (diff) | |
download | linux-stable-71375aa7d6a7392d4968f6a562b437cb4958f956.tar.gz linux-stable-71375aa7d6a7392d4968f6a562b437cb4958f956.tar.bz2 linux-stable-71375aa7d6a7392d4968f6a562b437cb4958f956.zip |
power: supply: bq27xxx: adds specific support for bq27510-g3 revision.
This commit adds the BQ27510G3 chip definition to specifically match the
bq27510-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>
Tested-by: Chris Lapa <chris@lapa.com.au>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'include')
-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 79772ca231b1..c45ce71a6158 100644 --- a/include/linux/power/bq27xxx_battery.h +++ b/include/linux/power/bq27xxx_battery.h @@ -9,6 +9,7 @@ enum bq27xxx_chip { BQ27500, /* bq27500/1 */ BQ27510G1, /* bq27510G1 */ BQ27510G2, /* bq27510G2 */ + BQ27510G3, /* bq27510G3 */ BQ27530, /* bq27530, bq27531 */ BQ27541, /* bq27541, bq27542, bq27546, bq27742 */ BQ27545, /* bq27545 */ |