diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-26 17:30:43 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-07-04 17:02:17 +0300 |
commit | c5180a2b3e26d9b82277986f830c89a50103e65a (patch) | |
tree | b7c7ca7ac908337b88e6048766b4244c431cb995 /arch/arm/mach-omap2/prm3xxx.h | |
parent | 6bdc4b44b3acc95655b061a88c951c6d9742d8e3 (diff) |
ARM: OMAP3: PRM: move PRM init code from PM core to the driver
Helps to isolate the PRM 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 c5f9cbabb5bb..bc37d42a8704 100644 --- a/arch/arm/mach-omap2/prm3xxx.h +++ b/arch/arm/mach-omap2/prm3xxx.h @@ -167,6 +167,7 @@ void omap3xxx_prm_iva_idle(void); void omap3_prm_reset_modem(void); int omap3xxx_prm_clear_global_cold_reset(void); void omap3_prm_save_scratchpad_contents(u32 *ptr); +void omap3_prm_init_pm(bool has_uart4, bool has_iva); #endif /* __ASSEMBLER */ |