commit | a819c4f16d5a2708c11e708fd59a96565c5384a8 | [log] [tgz] |
---|---|---|
author | Mark A. Greer <mgreer@animalcreek.com> | Thu Apr 19 11:17:45 2012 -0700 |
committer | Kevin Hilman <khilman@ti.com> | Tue Jun 19 15:22:36 2012 -0700 |
tree | 5207211fe8210e493c3581f15e6d91c4acf05404 | |
parent | f8f5701bdaf9134b1f90e5044a82c66324d2073f [diff] |
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>