aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm34xx.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-03-04 17:24:21 +0200
committerTero Kristo <t-kristo@ti.com>2014-07-04 17:02:20 +0300
commitc2148e5930cdd2dd964e18fb7057c1e07f63c363 (patch)
tree0f274cd650a2e2ee33ed606757d4c0723e1fd82a /arch/arm/mach-omap2/pm34xx.c
parentARM: OMAP3: control: add API for setting up the modem pads (diff)
downloadlinux-dev-c2148e5930cdd2dd964e18fb7057c1e07f63c363.tar.xz
linux-dev-c2148e5930cdd2dd964e18fb7057c1e07f63c363.zip
ARM: OMAP3: PRM: move modem reset and iva2 idle to PRM driver
Done in preparation to move PRM into its own driver. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r--arch/arm/mach-omap2/pm34xx.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
index 126f3ec2d174..9410b4a5c252 100644
--- a/arch/arm/mach-omap2/pm34xx.c
+++ b/arch/arm/mach-omap2/pm34xx.c
@@ -353,27 +353,12 @@ restore:
#define omap3_pm_suspend NULL
#endif /* CONFIG_SUSPEND */
-static void __init omap3_d2d_idle(void)
-{
- omap3_ctrl_setup_d2d_padconf();
-
- /* reset modem */
- omap3_prm_reset_modem();
-}
-
static void __init prcm_setup_regs(void)
{
/* XXX This should be handled by hwmod code or SCM init code */
omap_ctrl_writel(OMAP3430_AUTOIDLE_MASK, OMAP2_CONTROL_SYSCONFIG);
omap3_prm_init_pm(cpu_is_omap3630(), omap3_has_iva());
-
- /*
- * We need to idle iva2_pwrdm even on am3703 with no iva2.
- */
- omap3xxx_prm_iva_idle();
-
- omap3_d2d_idle();
}
void omap3_pm_off_mode_enable(int enable)