HACK: OMAP: DSS2: Fix OMAP2_DSS_USE_DSI_PLL
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 2 Mar 2011 08:06:48 +0000 (10:06 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 Mar 2011 13:46:29 +0000 (15:46 +0200)
commitf2988ab9f4a2bf5e24f37d20eab1aad6862953d3
tree2142e88f762550b667d2bc87915bad0584c897e0
parentbc6d4b1d3d9b7568fe88f5bb80d0266a7ef624cc
HACK: OMAP: DSS2: Fix OMAP2_DSS_USE_DSI_PLL

When using OMAP2_DSS_USE_DSI_PLL, which selects DSI PLL as source clock
for DISPC, the DSI needs the vdds_dsi regulator. Latest regulator
changes broke this, causing the the code to not acquire the regulator
when using OMAP2_DSS_USE_DSI_PLL.

This patch acquires the vdds_dsi regulator in dsi_pll_init(), fixing the
issue. This is is just a quick hack to get the OMAP2_DSS_USE_DSI_PLL
option working. There shouldn't be any other downside in this solution
than some extra lines of code.

OMAP2_DSS_USE_DSI_PLL is itself a big hack, and should be removed, and
the feature itself should be implemented in a more sane way. However,
the solution is not trivial, and people are using DSI PLL to get more
exact pixel clocks, so this hack is an acceptable temporary solution for
the time being.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dsi.c
This page took 0.026373 seconds and 5 git commands to generate.