diff options
| author | Andrew F. Davis <afd@ti.com> | 2016-11-04 14:33:13 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-19 14:18:07 -0500 |
| commit | cb50d45c3d42633830ca60b34bf46c14941cdde4 (patch) | |
| tree | f8c65e2a563db9c98d18652c3e39f4baf613b61a /include/linux/power | |
| parent | df386a0c2804c0a2282dd95d5530e3aa75f7cd3f (diff) | |
power: supply: bq27xxx_battery: Fix register map for BQ27510 and BQ27520
commit 3bee9ea1de687925d116670f036599cbed8b66b0 upstream.
The BQ27510 and BQ27520 use a slightly different register map than the
BQ27500, add a new type enum and add these gauges to it.
Fixes: d74534c27775 ("power: bq27xxx_battery: Add support for additional bq27xxx family devices")
Based-on-patch-by: Kenneth R. Crudup <kenny@panix.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/power')
| -rw-r--r-- | include/linux/power/bq27xxx_battery.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/power/bq27xxx_battery.h b/include/linux/power/bq27xxx_battery.h index e30deb046156..bed9557b69e7 100644 --- a/include/linux/power/bq27xxx_battery.h +++ b/include/linux/power/bq27xxx_battery.h | |||
| @@ -4,7 +4,8 @@ | |||
| 4 | enum bq27xxx_chip { | 4 | enum bq27xxx_chip { |
| 5 | BQ27000 = 1, /* bq27000, bq27200 */ | 5 | BQ27000 = 1, /* bq27000, bq27200 */ |
| 6 | BQ27010, /* bq27010, bq27210 */ | 6 | BQ27010, /* bq27010, bq27210 */ |
| 7 | BQ27500, /* bq27500, bq27510, bq27520 */ | 7 | BQ27500, /* bq27500 */ |
| 8 | BQ27510, /* bq27510, bq27520 */ | ||
| 8 | BQ27530, /* bq27530, bq27531 */ | 9 | BQ27530, /* bq27530, bq27531 */ |
| 9 | BQ27541, /* bq27541, bq27542, bq27546, bq27742 */ | 10 | BQ27541, /* bq27541, bq27542, bq27546, bq27742 */ |
| 10 | BQ27545, /* bq27545 */ | 11 | BQ27545, /* bq27545 */ |
