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:

committed by
Gerrit - the friendly Code Review server

parent
e2f98dc79b
commit
43069ad44a
@@ -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);
|
||||
|
Reference in New Issue
Block a user