]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP3: PM: Only access IVA if one exists
authorMark A. Greer <mgreer@animalcreek.com>
Thu, 19 Apr 2012 18:17:45 +0000 (11:17 -0700)
committerKevin Hilman <khilman@ti.com>
Tue, 19 Jun 2012 22:22:36 +0000 (15:22 -0700)
commitb6ef3f41ed49d172a842e3274411a56b79d5012b
tree5207211fe8210e493c3581f15e6d91c4acf05404
parentb7dc9622e4c3808ef905a72fda997b5fc0c6f7d2
ARM: OMAP3: PM: Only access IVA if one exists

prcm_setup_regs() blindly accesses IVA bits
in the PRM and calls omap3_iva_idle() which
does more IVA related register accesses.
Only do this if the IVA hardware actually
exists.

Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/pm34xx.c