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

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

Merge "soc: qcom: pil: Properly enable VDD_MSS"

parents 1607d51b 8fe19e5d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -469,6 +469,13 @@ int pil_mss_make_proxy_votes(struct pil_desc *pil)
									ret);
			goto out;
		}
		ret = regulator_enable(drv->vreg);
		if (ret) {
			dev_err(pil->dev, "Failed to enable vreg(rc:%d)\n",
				ret);
			regulator_set_voltage(drv->vreg, 0, INT_MAX);
			goto out;
		}
	}

	ret = pil_q6v5_make_proxy_votes(pil);