commit | cb5930bdb57393a6ab9dc0c96fe5f03dcfb5bf43 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue May 17 16:10:59 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jul 25 10:08:14 2011 +0300 |
tree | 1d371a5cf7d8f28c8a07af392b098e006acc6315 | |
parent | b98482ed73810c4a970dee3402b35241d3ce4b7e [diff] |
OMAP: DSS2: Fix init and unit sequence 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>