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

Commit a99c4be4 authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

power: battery: Change FCC stepper period to 100ms for PM7250B



Update the FCC ramp rate to 100mA/sec to 100mA/100msec for
PM7250B as per the hardware recommendation.

Change-Id: I12742826d9291ef3c7743263c50e48ea0749b2d7
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 1fbb233d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1691,6 +1691,9 @@ static void pl_config_init(struct pl_data *chip, int smb_version)
		break;
	case PMI632_SUBTYPE:
		break;
	case PM7250B_SUBTYPE:
		chip->fcc_step_delay_ms = 100;
		break;
	default:
		break;
	}