Skip to content
Commit 046bc575 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

OMAPDSS: fix DPI & DSI init order



DPI may use DSI PLL, so it depends on DSI. However, currently DPI driver
is added first, which causes DPI initialization to fail when it tries to
get the DSI PLL.

This patch changes the init order to fix this.

A better solution would be to separate DSI PLL and DSI drivers. They
have dependencies, though, but we could still have DSI PLL as an
independent entity that we could initialize before any of the output
drivers.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 9296dbd7
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