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

Commit 0714ecc7 authored by Avaneesh Kumar Dwivedi's avatar Avaneesh Kumar Dwivedi
Browse files

soc: qcom: pil-q6v5: Update max voltage level to INT_MAX for CX rail



To support a higher GPU frequency on MSM8937 Pro target the CX rail
expects TURBO_HIGH voltage level. So changing CX max voltage level to
INT_MAX for voting purpose for mss and lpass subsystem.

Change-Id: Ic8278191a7352d1e0a339251dacd028ef5a02e95
Signed-off-by: default avatarAvaneesh Kumar Dwivedi <akdwived@codeaurora.org>
parent dc9078ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ int pil_q6v5_make_proxy_votes(struct pil_desc *pil)
		goto err_qdss_vote;
	}

	ret = regulator_set_voltage(drv->vreg_cx, uv, uv);
	ret = regulator_set_voltage(drv->vreg_cx, uv, INT_MAX);
	if (ret) {
		dev_err(pil->dev, "Failed to request vdd_cx voltage.\n");
		goto err_cx_voltage;