disp: msm: dsi: use panel's force_clk_lane_hs instead of phy's

In order to make dsi panel and dsi2hdmi panel compatible,
delete "qcom,panel-force-clock-lane-hs" property in phy and
use display panel's force_clk_lane_hs property.

Change-Id: I490e08b2ee859797c2b3aeddf109a3a4286fb922
Signed-off-by: Satya Rama Aditya Pinapala <psraditya30@codeaurora.org>
This commit is contained in:
Satya Rama Aditya Pinapala
2019-09-11 11:45:40 -07:00
committed by Gerrit - the friendly Code Review server
parent e2f98dc79b
commit 43069ad44a
4 changed files with 7 additions and 7 deletions

View File

@@ -1363,9 +1363,6 @@ static int dsi_panel_parse_video_host_config(struct dsi_video_engine_cfg *cfg,
cfg->bllp_lp11_en = utils->read_bool(utils->data,
"qcom,mdss-dsi-bllp-power-mode");
cfg->force_clk_lane_hs = of_property_read_bool(utils->data,
"qcom,mdss-dsi-force-clock-lane-hs");
traffic_mode = utils->get_property(utils->data,
"qcom,mdss-dsi-traffic-mode",
NULL);