commit | 13ece4d309b339501bd4ed563a4754a8b43e721f | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue May 17 16:20:07 2016 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 19 20:19:07 2016 +0300 |
tree | fadc08b3d17287f151700227cd6a5c089a585dbf | |
parent | 331e6078457e0d774ecdf092829aaa19b59fb2b6 [diff] |
drm/omap: fix DPI clkout index handling DPI driver uses a fixed clkout index, 0. This has worked fine as the first clkout is usually used. To generalize the code and to support additional clock sources, change the code to use dss_pll_get_clkout_idx_for_src() to get the clkout index. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>