summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdrivers/video/omap2/dss/dsi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c
index e6ac4867b152..c661e0bf4045 100755
--- a/drivers/video/omap2/dss/dsi.c
+++ b/drivers/video/omap2/dss/dsi.c
@@ -1688,6 +1688,8 @@ static int dsi_complexio_init(enum dsi lcd_ix, struct omap_dss_device *dssdev)
/* CIO_CLK_ICG, enable L3 clk to CIO */
REG_FLD_MOD(lcd_ix, DSI_CLK_CTRL, 1, 14, 14);
+ REG_FLD_MOD(lcd_ix, DSI_CLK_CTRL, 1, 13, 13);
+
/* A dummy read using the SCP interface to any DSIPHY register is
* required after DSIPHY reset to complete the reset of the DSI complex
* I/O. */