ARM: OMAP4: hwmod data: remove pseudo-hwmods associated with hardreset lines
authorPaul Walmsley <paul@pwsan.com>
Thu, 19 Apr 2012 01:10:02 +0000 (19:10 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 19 Apr 2012 01:10:02 +0000 (19:10 -0600)
commitf2f5736cf83fff7e95991390b2a4b481818e29b5
tree643c171b4a3ea4776779d8e287c679068fe3cea5
parent9c8b0ec7a46c5840fddaa570933335f4ccbbd078
ARM: OMAP4: hwmod data: remove pseudo-hwmods associated with hardreset lines

Remove the pseudo-hwmods associated with hardreset lines from the
OMAP4 data file.  Future patches will convert this data to register
hwmods by interfaces, rather than registering hwmods directly.  The
pseudo-hwmods aren't associated with any interfaces, so this will
create a problem.

After this change, the hwmod code will reset processor IPs at the
hwmod level, rather than by individual hardreset lines.  So, for
example, if the IVA device driver code wishes to place one of the
sequencer cores into reset, while leaving the other active, it must do
so itself by calling the appropriate PRM functions.

This patch will cause a change in the initialization behavior of the
DSP, IVA, and IPU.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: BenoƮt Cousson <b-cousson@ti.com>
arch/arm/mach-omap2/omap_hwmod_44xx_data.c