summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-09-25 20:52:52 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-09-25 20:52:51 -0700
commitf6a77ac2d83cd499d3cf3d5d205f786ff445fafd (patch)
tree248e063352b20cf07ad0e4b028aa4dfaf60dfc8d
parent46c0ea4e457386c0ce645a3bd19bcf37999b9317 (diff)
parent54d690d3965b260e89e7266c758986b88a34cdd8 (diff)
Merge "battery: wait 500mS between steps for taper stepper"
-rw-r--r--drivers/power/supply/qcom/battery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/qcom/battery.c b/drivers/power/supply/qcom/battery.c
index 5e8cc84fbfbf..eb89e9e92266 100644
--- a/drivers/power/supply/qcom/battery.c
+++ b/drivers/power/supply/qcom/battery.c
@@ -291,7 +291,7 @@ static struct class_attribute pl_attributes[] = {
* TAPER *
************/
#define MINIMUM_PARALLEL_FCC_UA 500000
-#define PL_TAPER_WORK_DELAY_MS 100
+#define PL_TAPER_WORK_DELAY_MS 500
#define TAPER_RESIDUAL_PCT 75
static void pl_taper_work(struct work_struct *work)
{