msm_fb: Increase the pixel clock range for DSI panels
Increase the upper limit for the pixel clock that changed with the newer version of the DSI controller. CRs-Fixed: 380003 Change-Id: Ibbeaa478b4d12ae8f350be41f959d53a6ae6c923 Signed-off-by: Chandan Uddaraju <chandanu@codeaurora.org>
This commit is contained in:
committed by
Stephen Boyd
parent
e46979d2ba
commit
825b800e91
@@ -554,8 +554,10 @@ static int mipi_dsi_probe(struct platform_device *pdev)
|
||||
if (rc)
|
||||
goto mipi_dsi_probe_err;
|
||||
|
||||
if ((dsi_pclk_rate < 3300000) || (dsi_pclk_rate > 103300000))
|
||||
if ((dsi_pclk_rate < 3300000) || (dsi_pclk_rate > 223000000)) {
|
||||
pr_err("%s: Pixel clock not supported\n", __func__);
|
||||
dsi_pclk_rate = 35000000;
|
||||
}
|
||||
mipi->dsi_pclk_rate = dsi_pclk_rate;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user