]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAPDSS: DPI: always use DSI PLL if available
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 22 Oct 2012 13:12:58 +0000 (16:12 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 5 Nov 2012 09:17:39 +0000 (11:17 +0200)
commit0e8276ef75f5c7811b038d1d23b2b42c16efc5ac
tree1234608a68cdd76d5e1aa93da26a7ed6cb51e4ae
parent6061675b3fc83d8d190b87b54f04f0c89f605149
OMAPDSS: DPI: always use DSI PLL if available

We currently get the decision whether to use PRCM or DSI PLL clock for
DPI from the board file. This is not a good way to handle it, and it
won't work with device tree.

This patch changes DPI to always use DSI PLL if it's available.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dpi.c