OMAP4: Intialize IVA Device in addition to DSP device.
authorShweta Gulati <shweta.gulati@ti.com>
Sat, 12 Mar 2011 10:39:21 +0000 (16:09 +0530)
committerKevin Hilman <khilman@ti.com>
Wed, 6 Apr 2011 15:09:02 +0000 (08:09 -0700)
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>

No differences found