summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/include/mach/msm_iomap.h
diff options
context:
space:
mode:
authorDaniel Walker2010-05-05 16:03:55 +0200
committerDaniel Walker2010-05-14 01:08:29 +0200
commiteb61bf85595f7ebb789ca71e590773ff3aa0c10f (patch)
treef5f98276b5f91388ed5867a4608f809d192994da /arch/arm/mach-msm/include/mach/msm_iomap.h
parentmsm: irqs: add irqs-8x50.h for QSD8x50 support (diff)
downloadkernel-qcow2-linux-eb61bf85595f7ebb789ca71e590773ff3aa0c10f.tar.gz
kernel-qcow2-linux-eb61bf85595f7ebb789ca71e590773ff3aa0c10f.tar.xz
kernel-qcow2-linux-eb61bf85595f7ebb789ca71e590773ff3aa0c10f.zip
msm: add msm_iomap-8x50.h for QSD8x50 support
Add a header describing the io regions for QSD8x50. Signed-off-by: Daniel Walker <dwalker@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org> Signed-off-by: Gregory Bean <gbean@codeaurora.org> Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org> Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include/mach/msm_iomap.h')
-rw-r--r--arch/arm/mach-msm/include/mach/msm_iomap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap.h b/arch/arm/mach-msm/include/mach/msm_iomap.h
index 81da6b8e25a0..7043d7ac4ac2 100644
--- a/arch/arm/mach-msm/include/mach/msm_iomap.h
+++ b/arch/arm/mach-msm/include/mach/msm_iomap.h
@@ -43,6 +43,10 @@
#define IOMEM(x) ((void __force __iomem *)(x))
#endif
+#if defined(CONFIG_ARCH_QSD8X50)
+#include "msm_iomap-8x50.h"
+#else
#include "msm_iomap-7x00.h"
+#endif
#endif