Re: [PATCH V2] OMAP4: Intialize IVA Device in addition to DSP device.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Menon, Nishanth" <nm@xxxxxx> writes:

> On Sat, Mar 12, 2011 at 16:09, Shweta Gulati <shweta.gulati@xxxxxx> wrote:
>> 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@xxxxxx>
>> ---
>>
>> Tested on OMAP4430 SDP Board.
>> Baseline:
>> http://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git
>> Branch :pm-core
>>
>> V2:
>> Rephrased the Commit log.
>>
>> Âarch/arm/mach-omap2/pm.c | Â Â1 +
>> Â1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c
>> index 30af335..49486f5 100644
>> --- a/arch/arm/mach-omap2/pm.c
>> +++ b/arch/arm/mach-omap2/pm.c
>> @@ -89,6 +89,7 @@ static void omap2_init_processor_devices(void)
>> Â Â Â Âif (cpu_is_omap44xx()) {
>> Â Â Â Â Â Â Â Â_init_omap_device("l3_main_1", &l3_dev);
>> Â Â Â Â Â Â Â Â_init_omap_device("dsp", &dsp_dev);
>> + Â Â Â Â Â Â Â _init_omap_device("iva", &iva_dev);
>> Â Â Â Â} else {
>> Â Â Â Â Â Â Â Â_init_omap_device("l3_main", &l3_dev);
>> Â Â Â Â}
>> --
> Looks fine to me.

Thanks, I'll take this as an ack.

Will queue as a fix for the .39-rc fixes cycle.

Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux