aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm34xx.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-03-04 15:48:33 +0200
committerTero Kristo <t-kristo@ti.com>2014-07-04 17:02:13 +0300
commit55c6c3ad90f606d458d798b36f8ffca98c1894e0 (patch)
tree15128ae8e2827e85b3850aa28b7ceb4bc854fc6a /arch/arm/mach-omap2/pm34xx.c
parentARM: OMAP3: PRM: move iva reset to PRM driver (diff)
downloadlinux-dev-55c6c3ad90f606d458d798b36f8ffca98c1894e0.tar.xz
linux-dev-55c6c3ad90f606d458d798b36f8ffca98c1894e0.zip
ARM: OMAP3: PRM: move modem 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/pm34xx.c')
-rw-r--r--arch/arm/mach-omap2/pm34xx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
index 6d02573ac4c0..acb895deb3cc 100644
--- a/arch/arm/mach-omap2/pm34xx.c
+++ b/arch/arm/mach-omap2/pm34xx.c
@@ -371,10 +371,7 @@ static void __init omap3_d2d_idle(void)
omap_ctrl_writew(padconf, OMAP3_PADCONF_SAD2D_IDLEACK);
/* reset modem */
- omap2_prm_write_mod_reg(OMAP3430_RM_RSTCTRL_CORE_MODEM_SW_RSTPWRON_MASK |
- OMAP3430_RM_RSTCTRL_CORE_MODEM_SW_RST_MASK,
- CORE_MOD, OMAP2_RM_RSTCTRL);
- omap2_prm_write_mod_reg(0, CORE_MOD, OMAP2_RM_RSTCTRL);
+ omap3_prm_reset_modem();
}
static void __init prcm_setup_regs(void)