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

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

Merge "regulator: cpr3-regulator: fix bug in LDO/BHS transition Vref selection"

parents 481ba013 89032da7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -950,7 +950,8 @@ static int cpr3_regulator_scale_vdd_voltage(struct cpr3_controller *ctrl,
	if (new_volt < last_volt) {
		/* Decreasing VDD voltage */
		rc = cpr3_regulator_config_ldo(ctrl, aggr_corner->floor_volt,
					       last_max_volt, last_volt);
					       last_max_volt, apm_crossing ?
					       apm_volt : last_volt);
		if (rc) {
			cpr3_err(ctrl, "unable to configure LDO state, rc=%d\n",
				 rc);