Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3faee231 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "battery: wait 500mS between steps for taper stepper"

parents dfad8b04 9c39b816
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -348,7 +348,7 @@ static void get_fcc_split(struct pl_data *chip, int total_ua,
}

#define MINIMUM_PARALLEL_FCC_UA		500000
#define PL_TAPER_WORK_DELAY_MS		100
#define PL_TAPER_WORK_DELAY_MS		500
#define TAPER_RESIDUAL_PCT		90
static void pl_taper_work(struct work_struct *work)
{