From: Ilya Yanok Date: Tue, 27 Dec 2011 23:31:33 +0000 (+0100) Subject: OMAP3: hwmod_data: register dss hwmods after dss_core X-Git-Tag: sz_beta2~41^3~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc59273f35c95617e81d04c9969c0b8595fab151;p=pandora-kernel.git OMAP3: hwmod_data: register dss hwmods after dss_core dss_core has to be initialized before any other DSS hwmod. Currently this is broken as dss_core is listed in chip/revision specific hwmod lists while other DSS hwmods are listed in common list which is registered first. This patch moves DSS hwmods (except for dss_core) to the separate list which is registered last to ensure that dss_core is already registered. This solves the problem with BUG() in L3 interrupt handler on boards with DSS enabled in bootloader. CC: Tomi Valkeinen CC: Archit Taneja CC: Paul Walmsley Signed-off-by: Ilya Yanok --- Reading git-diff-tree failed