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)
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>

No differences found