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>
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
e2f98dc79b
当前提交
43069ad44a
@@ -340,9 +340,6 @@ static int dsi_phy_settings_init(struct platform_device *pdev,
|
||||
"qcom,dsi-phy-regulator-min-datarate-bps",
|
||||
&phy->regulator_min_datarate_bps);
|
||||
|
||||
phy->cfg.force_clk_lane_hs = of_property_read_bool(pdev->dev.of_node,
|
||||
"qcom,panel-force-clock-lane-hs");
|
||||
|
||||
return 0;
|
||||
err:
|
||||
lane->count_per_lane = 0;
|
||||
|
在新工单中引用
屏蔽一个用户