commit | 683cd8669797000ca5b3730b8773013e13eb89e0 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 18 12:06:49 2016 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 19 20:19:09 2016 +0300 |
tree | 6c4daa2196d9485dd7d84d1a3937aeedf2dfcc94 | |
parent | f44b717c3d6908ac6590a1193a07c920d05e5a1d [diff] |
drm/omap: support type B PLL for DPI Type A and B PLLs require a bit different calculations for the clock rates. DPI driver supports only type A PLLs. This patch adds support for the type B PLL. Type B PLLs are simpler than type A, as type B can produce a good clock for almost any rate. Thus we can just ask it to produce the pixel clock and use one as LCK and PCK dividers. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>