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

Commit 2b841653 authored by Sai Srujana Oruganti's avatar Sai Srujana Oruganti
Browse files

disp: msm: dsi: avoid setting ulp load to disable load



When there is no ulp load entry, ulp load should be set to
enable load.

Change-Id: I531108b4d2137cf9262874bc411ff06592302374
Signed-off-by: default avatarSai Srujana Oruganti <quic_osaisruj@quicinc.com>
parent a2aacd57
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@ static int dsi_pwr_parse_supply_node(struct dsi_parser_utils *utils,
		rc = utils->read_u32(node, "qcom,supply-ulp-load", &tmp);
		if (rc) {
			DSI_DEBUG("ulp-load not specified\n");
			rc = 0;
		}
		regs->vregs[i].ulp_load = (!rc ? tmp :
			regs->vregs[i].enable_load);