]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP3: hwmod data: fix IVA interface clock
authorPaul Walmsley <paul@pwsan.com>
Thu, 19 Apr 2012 10:04:35 +0000 (04:04 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 19 Apr 2012 10:25:07 +0000 (04:25 -0600)
commit69cbd22f6f39149d59f1679df5d147fd9f02ac4b
treef49350d313201d499c8e69a1a7d94fbe9731851f
parente030130db15351a96e930e22177ac771d19ba1c5
ARM: OMAP3: hwmod data: fix IVA interface clock

The OMAP3 hwmod data listed iva2_ck as an interface clock between the
IVA and L3.  This is incorrect.  iva2_ck is not an interface clock.
Since it cannot auto-idle, specifying it here prevents the IVA and at
least one of the CORE clockdomains from going idle, which causes PM
problems such as these upon system suspend:

[   70.626129] Powerdomain (iva2_pwrdm) didn't enter target state 1
[   70.626190] Powerdomain (core_pwrdm) didn't enter target state 1

Fix by specifying the actual interface clock in the hwmod data.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c