OMAPDSS: fix DPI & DSI init order
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 22 Oct 2012 12:57:25 +0000 (15:57 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 5 Nov 2012 09:14:04 +0000 (11:14 +0200)
commit046bc5751d70c9d5356d725e3e16987ed98eb7c8
tree21681d4146a35a23d77393b21d55943a7e494355
parent9296dbd79efb3a754f06d71510cc47af7eff0bee
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: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/core.c