OMAP: DSS2: Fix init and unit sequence
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 17 May 2011 13:10:59 +0000 (16:10 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 25 Jul 2011 07:08:14 +0000 (10:08 +0300)
The initialization order of the DSS modules is important when pm_runtime
support is implemented. Currently RFBI is initialized before DISPC,
which will cause problems with pm_runtime as RFBI uses DISPC.

The same goes for uninitialization order, and dss_uninit needs to be
called last, and dispc_uninit just before that.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found