commit | 331e6078457e0d774ecdf092829aaa19b59fb2b6 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue May 17 16:08:54 2016 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 19 20:19:07 2016 +0300 |
tree | 3b05c6fa5a6a4616694d044b7c14165744ba51f5 | |
parent | ef03b401266b687dab522dcf9a4e411074262898 [diff] |
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>