aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/power
diff options
context:
space:
mode:
authorChris Lapa <chris@lapa.com.au>2017-01-11 12:44:40 +1100
committerSebastian Reichel <sre@kernel.org>2017-01-12 02:30:13 +0100
commit32833635b0fe9bf71bbf867d1c3abfb5b006bf29 (patch)
tree719cbd878c5f75b74e0e393798ec44e246349753 /include/linux/power
parentpower: supply: bq27xxx: rename BQ27510 allow for deprecation in future. (diff)
downloadwireguard-linux-32833635b0fe9bf71bbf867d1c3abfb5b006bf29.tar.xz
wireguard-linux-32833635b0fe9bf71bbf867d1c3abfb5b006bf29.zip
power: supply: bq27xxx: adds specific support for bq27500/1 revision.
This commit adds the BQ27500 chip definition to specifically match the bq27500/1 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 651f265837a4..76b623d7a9a4 100644
--- a/include/linux/power/bq27xxx_battery.h
+++ b/include/linux/power/bq27xxx_battery.h
@@ -6,6 +6,7 @@ enum bq27xxx_chip {
BQ27010, /* bq27010, bq27210 */
BQ2750X, /* bq27500 deprecated alias */
BQ2751X, /* bq27510, bq27520 deprecated alias */
+ BQ27500, /* bq27500/1 */
BQ27530, /* bq27530, bq27531 */
BQ27541, /* bq27541, bq27542, bq27546, bq27742 */
BQ27545, /* bq27545 */