disp: msm: dsi: update PHY configuration to support cphy

Add support to read cphy boolean flag from panel dtsi
and configure DSI PHY registers accordingly. Update the
bit/byte clock calculation according to cphy specifications.
Update clock parents so that the relevant divider blocks
are configured to support cphy.

Change-Id: Iaca61eec01a488657b086f59910c52f8c79e26a4
Signed-off-by: Chandan Uddaraju <chandanu@codeaurora.org>
Signed-off-by: Yuan Zhao <yzhao@codeaurora.org>
此提交包含在:
Yuan Zhao
2020-05-07 00:34:24 +08:00
提交者 Gerrit - the friendly Code Review server
父節點 43069ad44a
當前提交 5139cad2d4
共有 9 個檔案被更改,包括 240 行新增35 行删除

查看文件

@@ -111,6 +111,7 @@ struct dsi_display_boot_param {
struct dsi_display_clk_info {
struct dsi_clk_link_set src_clks;
struct dsi_clk_link_set mux_clks;
struct dsi_clk_link_set cphy_clks;
struct dsi_clk_link_set shadow_clks;
};