DSS2: DSI: decrease sync timeout from 60s to 2s
[pandora-kernel.git] / drivers / video / omap2 / dss / dsi.c
index 50af925..d59ad38 100644 (file)
@@ -3216,7 +3216,7 @@ static void dsi_push_set_mirror(struct omap_display *display, int mirror)
 
 static int dsi_wait_sync(struct omap_display *display)
 {
-       long wait = msecs_to_jiffies(60000);
+       long wait = msecs_to_jiffies(2000);
        struct completion compl;
 
        DSSDBGF("");