Skip to content
Commit 683cd866 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent f44b717c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment