summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver/charger/bq25710.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/charger/bq25710.c b/driver/charger/bq25710.c
index 72eaf20bdf..e653588bca 100644
--- a/driver/charger/bq25710.c
+++ b/driver/charger/bq25710.c
@@ -63,7 +63,7 @@ static const struct charger_info bq25710_charger_info = {
.name = "bq25710",
.voltage_max = 19200,
.voltage_min = 1024,
- .voltage_step = 16,
+ .voltage_step = 8,
.current_max = 8128 / CHARGING_RESISTOR_RATIO,
.current_min = 64 / CHARGING_RESISTOR_RATIO,
.current_step = 64 / CHARGING_RESISTOR_RATIO,