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

Commit e746eeb9 authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

include: uapi: Update the MIN_OCV_UV threshold for QG



To support lower-voltage battery profiles, reduce the
min-OCV threshold to 2V.

Change-Id: I7a41f8afc49f451c2d22c665fb927269e6f5bd9a
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 832a64f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ struct battery_params {
/* Profile MIN / MAX values */
#define QG_MIN_SOC				0
#define QG_MAX_SOC				10000
#define QG_MIN_OCV_UV				3000000
#define QG_MIN_OCV_UV				2000000
#define QG_MAX_OCV_UV				5000000
#define QG_MIN_VAR				0
#define QG_MAX_VAR				65535