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

After 'commit 8635960b03b23f9c13c2214ed66cb0d621e7390c
("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: Siddhartha Agrawal <agrawals@codeaurora.org>
This commit is contained in:
Siddhartha Agrawal 2015-07-17 15:26:58 -07:00 committed by David Keitel
parent d883896199
commit 2b0db6b5fe

View file

@ -1750,9 +1750,8 @@ 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");
pinfo->dcs_cmd_by_left = of_property_read_bool(np,
"qcom,dcs-cmd-by-left");
}
pinfo->ulps_feature_enabled = of_property_read_bool(np,