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

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

Merge "power: qpnp-bms: increase the high soc adjust threshold to 98"

parents 5d3f1a9f 72943a74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1999,7 +1999,7 @@ static void cv_voltage_check(struct qpnp_bms_chip *chip, int vbat_uv)
	}
}

#define NO_ADJUST_HIGH_SOC_THRESHOLD	90
#define NO_ADJUST_HIGH_SOC_THRESHOLD	98
static int adjust_soc(struct qpnp_bms_chip *chip, struct soc_params *params,
							int soc, int batt_temp)
{