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

Commit de7fdb35 authored by Harry Yang's avatar Harry Yang
Browse files

power: smb5: Fix fast charge current step size



The current CHGR_FAST_CHARGE_CURRENT_CFG step size is
is 25000uA, while the right value per spec should be
50000uA.

Correct it.

CRs-Fixed: 2237758
Change-Id: I6c201fb10ec6eb0ffc70c14e83d69e7fff7ec121
Signed-off-by: default avatarHarry Yang <harryy@codeaurora.org>
parent bf249f9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ static struct smb_params smb5_pm855b_params = {
		.reg    = CHGR_FAST_CHARGE_CURRENT_CFG_REG,
		.min_u  = 0,
		.max_u  = 8000000,
		.step_u = 25000,
		.step_u = 50000,
	},
	.fv			= {
		.name   = "float voltage",