disp: msm: dsi: remove unsupported PHY versions
Removes files and version checks for unsupported DSI PHY versions. Change-Id: I47223a3860e3bcf48eb3b74e405064d8eb375f16 Signed-off-by: Michael Ru <mru@codeaurora.org>
This commit is contained in:
@@ -4333,10 +4333,7 @@ void dsi_display_update_byte_intf_div(struct dsi_display *display)
|
||||
config = &display->panel->host_config;
|
||||
|
||||
phy_ver = dsi_phy_get_version(m_ctrl->phy);
|
||||
if (phy_ver <= DSI_PHY_VERSION_2_0)
|
||||
config->byte_intf_clk_div = 1;
|
||||
else
|
||||
config->byte_intf_clk_div = 2;
|
||||
config->byte_intf_clk_div = 2;
|
||||
}
|
||||
|
||||
static int dsi_display_update_dsi_bitrate(struct dsi_display *display,
|
||||
|
Reference in New Issue
Block a user