summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Perez Olivares <x0081762@ti.com>2010-04-23 16:24:28 -0500
committerRicardo Perez Olivares <x0081762@ti.com>2010-04-23 16:24:28 -0500
commit463c04fc88d0657e4f42193196fcf0fd9254310b (patch)
tree18bd69ec36e7de894b64efb644108858b37fb778
parentf147102f80979c6130246486132173cc7b8c63ad (diff)
parent951fb937feb70a862bb6bbbe76bb710b40d6f9bc (diff)
Merge branch 'L24.5' of git://dev.omapzoom.org/pub/scm/axelcx/kernel-display into L24x5P2ti-2.6.33-rc2-omap4-L24.5-p2
-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. */