ARM: OMAP3: control: add API for setting IVA bootmode
authorTero Kristo <t-kristo@ti.com>
Fri, 11 Oct 2013 16:15:38 +0000 (19:15 +0300)
committerPaul Walmsley <paul@pwsan.com>
Sat, 19 Oct 2013 16:11:52 +0000 (10:11 -0600)
commit49e03402327ab69a26f604398982ef14123900a2
tree3af0f14ca3f4705f67ca49fa70075b37608944bf
parentc6a2d839d0dba8a06f55c7b06f8ce33bdbe4aea3
ARM: OMAP3: control: add API for setting IVA bootmode

OMAP3 PM core requires IVA2 bootmode to be set to idle during init. Currently,
a direct register write is used for this. Add a new ctrl API for this purpose
instead.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/control.c
arch/arm/mach-omap2/control.h
arch/arm/mach-omap2/pm34xx.c