projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8943d
)
OMAP: DSS2: DSI: Disable PCKFREE on error
author
Ville Syrjälä
<ville.syrjala@nokia.com>
Thu, 22 Apr 2010 20:50:04 +0000
(22:50 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@nokia.com>
Thu, 5 Aug 2010 13:51:23 +0000
(16:51 +0300)
Do not leave the free running pixel clock enabled if the DSI PLL reset
times out.
Signed-off-by: Ville Syrjälä <ville.syrjala@nokia.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
drivers/video/omap2/dss/dsi.c
patch
|
blob
|
history
diff --git
a/drivers/video/omap2/dss/dsi.c
b/drivers/video/omap2/dss/dsi.c
index 613796b54f0792122a6ff4efedf07584d3321893..72b859cc3a5c6cb4eb1a320b250a7ecfa5d882ce 100644
(file)
--- 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,
if (wait_for_bit_change(DSI_PLL_STATUS, 0, 1) != 1) {
DSSERR("PLL not coming out of reset.\n");
r = -ENODEV;
+ dispc_pck_free_enable(0);
goto err1;
}