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

Commit a0e2d216 authored by Naman Padhiar's avatar Naman Padhiar
Browse files

icnss2: Remove voltage vote for vdd-cx-mx after probe



Remove voltage vote for vdd-cx-mx after probe. So that RPMh
should not condider APPS voltage vote.

Change-Id: I7a2bfff1298721f2736467b1b1bd694a578cd91f
Signed-off-by: default avatarNaman Padhiar <npadhiar@codeaurora.org>
parent a2fc4c1e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -806,6 +806,8 @@ static int icnss_driver_event_fw_ready_ind(struct icnss_priv *priv, void *data)
	else
		ret = icnss_call_driver_probe(priv);

	icnss_vreg_unvote(priv);

out:
	return ret;
}