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

Commit 46ed76ac authored by Siddhartha Agrawal's avatar Siddhartha Agrawal
Browse files

msm: dsi: Read dcs-cmd-by-left property for all display destinations



After 'commit 8635960b
("msm: mdss: refactor MDSS DSI driver")' there is no longer
the need to identify display destination types while reading
the dcs-cmd-by-left property.

Crs-Fixed: 874616
Change-Id: I765c810da1eb4f4bcd5e2c4e585ee7021a6274ee
Signed-off-by: default avatarSiddhartha Agrawal <agrawals@codeaurora.org>
parent 2066a264
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1580,7 +1580,6 @@ static int mdss_dsi_parse_panel_features(struct device_node *np,
					"qcom,partial-update-roi-merge");
		}

		if (pinfo->pdest == DISPLAY_1)
		pinfo->dcs_cmd_by_left = of_property_read_bool(np,
				"qcom,dcs-cmd-by-left");
	}