aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/omap2/dss/dsi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c
index 613796b54f07..72b859cc3a5c 100644
--- a/drivers/video/omap2/dss/dsi.c
+++ b/drivers/video/omap2/dss/dsi.c
@@ -1100,6 +1100,7 @@ int dsi_pll_init(struct omap_dss_device *dssdev, bool enable_hsclk,
1100 if (wait_for_bit_change(DSI_PLL_STATUS, 0, 1) != 1) { 1100 if (wait_for_bit_change(DSI_PLL_STATUS, 0, 1) != 1) {
1101 DSSERR("PLL not coming out of reset.\n"); 1101 DSSERR("PLL not coming out of reset.\n");
1102 r = -ENODEV; 1102 r = -ENODEV;
1103 dispc_pck_free_enable(0);
1103 goto err1; 1104 goto err1;
1104 } 1105 }
1105 1106