diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-25 20:04:56 +0400 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-07-04 18:02:11 +0400 |
commit | 9de367fae0d9907e19d065e0381ecd3f4003e08f (patch) | |
tree | 2119d1cf518618ea46d07b4a59f6347edf5d5e6f /arch/arm/mach-omap2/prm3xxx.h | |
parent | 0efc0f6ec2d6c6497e401df171705c5762f5a061 (diff) | |
download | linux-9de367fae0d9907e19d065e0381ecd3f4003e08f.tar.xz |
ARM: OMAP3: PRM: move iva reset to PRM driver
This is a more proper isolation of the code. Done in preparation of making
PRM an individual driver.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm3xxx.h')
-rw-r--r-- | arch/arm/mach-omap2/prm3xxx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prm3xxx.h b/arch/arm/mach-omap2/prm3xxx.h index 14a5fbc8ac57..007ff59602fd 100644 --- a/arch/arm/mach-omap2/prm3xxx.h +++ b/arch/arm/mach-omap2/prm3xxx.h @@ -163,6 +163,7 @@ extern void omap3xxx_prm_dpll3_reset(void); extern int __init omap3xxx_prm_init(void); extern u32 omap3xxx_prm_get_reset_sources(void); int omap3xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 ignore_bits); +void omap3xxx_prm_iva_idle(void); #endif /* __ASSEMBLER */ |