OMAP4: Intialize IVA Device in addition to DSP device.
authorShweta Gulati <shweta.gulati@ti.com>
Tue, 26 Apr 2011 09:32:26 +0000 (02:32 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 26 Apr 2011 09:45:32 +0000 (02:45 -0700)
commit919686458fabc67a13ffa412f9e5a8fed46d10b8
treef9601de66add79f70331cb9842cb2c273131855f
parent26a064d5246e8ac51241d6ec2792aebf24f3b41a
OMAP4: Intialize IVA Device in addition to DSP device.

OMAP4 has two different Devices IVA and DSP. DSP is bound
with IVA for DVFS. The registration of IVA dev in API
'omap2_init_processor_devices' was missing. Init dev for
'iva_dev' is added.

This also fixes the following error seen during boot as
omap2_set_init_voltage can now find the iva device

omap2_set_init_voltage: Invalid parameters!
omap2_set_init_voltage: Unable to put vdd_iva to its init voltage

Signed-off-by: Shweta Gulati <shweta.gulati@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pm.c