msm: iomap: Add the RPM, APCS_GLB base for MSM9615

This patch corrects the APCS_GCC base used by the RPM and
adds the RPM, RPM_MPM and APCS_GLB base to the iomap.

Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c
index f4b981c..36ff4fb 100644
--- a/arch/arm/mach-msm/io.c
+++ b/arch/arm/mach-msm/io.c
@@ -321,6 +321,9 @@
 	MSM_CHIP_DEVICE(L2CC, MSM9615),
 	MSM_CHIP_DEVICE(CLK_CTL, MSM9615),
 	MSM_CHIP_DEVICE(LPASS_CLK_CTL, MSM9615),
+	MSM_CHIP_DEVICE(RPM, MSM9615),
+	MSM_CHIP_DEVICE(RPM_MPM, MSM9615),
+	MSM_CHIP_DEVICE(APCS_GLB, MSM9615),
 	{
 		.virtual =  (unsigned long) MSM_SHARED_RAM_BASE,
 		.length =   MSM_SHARED_RAM_SIZE,