drm/omap: cleanup DPI clock source handling
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 17 May 2016 13:08:54 +0000 (16:08 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 19 May 2016 17:19:07 +0000 (20:19 +0300)
commit331e6078457e0d774ecdf092829aaa19b59fb2b6
tree3b05c6fa5a6a4616694d044b7c14165744ba51f5
parentef03b401266b687dab522dcf9a4e411074262898
drm/omap: cleanup DPI clock source handling

We can clean up the DPI driver's clock source handling by using the
dss_clk_source instead of only a dss_pll pointer.

This will also make it possible to use additional clock sources, like
PLL1_3 or HDMI_PLL, which the code did not support earlier.

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