diff options
author | Angus Ainslie (Purism) <angus@akkea.ca> | 2018-07-31 11:49:07 -0600 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2018-09-16 11:28:57 +0200 |
commit | 0838d84fff7c57dc76590536c5ea5a3404370538 (patch) | |
tree | a012ee7cbcaa6f94506586fb8218fdf1e2c909ab /drivers/power/supply/bq25890_charger.c | |
parent | 9d9ae3414d1bb655d8db7079e56b0f51e7cd07f0 (diff) | |
download | blackbird-op-linux-0838d84fff7c57dc76590536c5ea5a3404370538.tar.gz blackbird-op-linux-0838d84fff7c57dc76590536c5ea5a3404370538.zip |
power: supply: bq25890_charger: Remove unused table entries
There are a few table entries that aren't used. Drop them.
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply/bq25890_charger.c')
-rw-r--r-- | drivers/power/supply/bq25890_charger.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/power/supply/bq25890_charger.c b/drivers/power/supply/bq25890_charger.c index 7f0b3a46c50c..ca61278e932e 100644 --- a/drivers/power/supply/bq25890_charger.c +++ b/drivers/power/supply/bq25890_charger.c @@ -244,10 +244,7 @@ enum bq25890_table_ids { /* range tables */ TBL_ICHG, TBL_ITERM, - TBL_IPRECHG, TBL_VREG, - TBL_BATCMP, - TBL_VCLAMP, TBL_BOOSTV, TBL_SYSVMIN, @@ -287,8 +284,6 @@ static const union { [TBL_ICHG] = { .rt = {0, 5056000, 64000} }, /* uA */ [TBL_ITERM] = { .rt = {64000, 1024000, 64000} }, /* uA */ [TBL_VREG] = { .rt = {3840000, 4608000, 16000} }, /* uV */ - [TBL_BATCMP] = { .rt = {0, 140, 20} }, /* mOhm */ - [TBL_VCLAMP] = { .rt = {0, 224000, 32000} }, /* uV */ [TBL_BOOSTV] = { .rt = {4550000, 5510000, 64000} }, /* uV */ [TBL_SYSVMIN] = { .rt = {3000000, 3700000, 100000} }, /* uV */ |