summaryrefslogtreecommitdiff
path: root/arch/arm/mach-msm/io.c
diff options
context:
space:
mode:
authorSteve Muckle <smuckle@codeaurora.org>2010-01-06 14:55:24 -0800
committerDaniel Walker <dwalker@codeaurora.org>2010-10-08 15:12:33 -0700
commit6cf6dfefe1f07f309998df8734fdc0961dbae38c (patch)
tree092132c012970725fb4bec175a6a00ef530c78e2 /arch/arm/mach-msm/io.c
parentc8aabaeb52ef6a0aeb6e8e209431b9bb01dcd287 (diff)
downloadlinux-3.10-6cf6dfefe1f07f309998df8734fdc0961dbae38c.tar.gz
linux-3.10-6cf6dfefe1f07f309998df8734fdc0961dbae38c.tar.bz2
linux-3.10-6cf6dfefe1f07f309998df8734fdc0961dbae38c.zip
msm: io: MSM8X60 io support
MSM8X60 has different IO mappings than previous MSMs. Signed-off-by: Steve Muckle <smuckle@codeaurora.org> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/io.c')
-rw-r--r--arch/arm/mach-msm/io.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c
index 1c05060b5f3..d36b6107414 100644
--- a/arch/arm/mach-msm/io.c
+++ b/arch/arm/mach-msm/io.c
@@ -100,6 +100,21 @@ void __init msm_map_qsd8x50_io(void)
}
#endif /* CONFIG_ARCH_QSD8X50 */
+#ifdef CONFIG_ARCH_MSM8X60
+static struct map_desc msm8x60_io_desc[] __initdata = {
+ MSM_DEVICE(QGIC_DIST),
+ MSM_DEVICE(QGIC_CPU),
+ MSM_DEVICE(TMR),
+ MSM_DEVICE(ACC),
+ MSM_DEVICE(GCC),
+};
+
+void __init msm_map_msm8x60_io(void)
+{
+ iotable_init(msm8x60_io_desc, ARRAY_SIZE(msm8x60_io_desc));
+}
+#endif /* CONFIG_ARCH_MSM8X60 */
+
#ifdef CONFIG_ARCH_MSM7X30
static struct map_desc msm7x30_io_desc[] __initdata = {
MSM_DEVICE(VIC),