summaryrefslogtreecommitdiff
path: root/arch/arm/mach-msm/include/mach/msm_iomap.h
diff options
context:
space:
mode:
authorDaniel Walker <dwalker@codeaurora.org>2010-05-05 07:03:55 -0700
committerDaniel Walker <dwalker@codeaurora.org>2010-05-13 16:08:29 -0700
commiteb61bf85595f7ebb789ca71e590773ff3aa0c10f (patch)
treef5f98276b5f91388ed5867a4608f809d192994da /arch/arm/mach-msm/include/mach/msm_iomap.h
parente502c3777fb97453fb95c1479cac20ef58f53709 (diff)
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 81da6b8e25a..7043d7ac4ac 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