aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/include/mach/msm_iomap.h
diff options
context:
space:
mode:
authorStepan Moskovchenko <stepanm@codeaurora.org>2010-12-01 19:05:49 -0800
committerDavid Brown <davidb@codeaurora.org>2011-01-21 15:27:51 -0800
commit5d0afd74b7f5202cad2d26b5bcd1fc1bdf44858f (patch)
tree1182389adea21d71fc4f4d01e0407b5e3841af5b /arch/arm/mach-msm/include/mach/msm_iomap.h
parent8bb06444804c58dffcb5d048381c6378d2b007f7 (diff)
downloadkernel_samsung_smdk4412-5d0afd74b7f5202cad2d26b5bcd1fc1bdf44858f.zip
kernel_samsung_smdk4412-5d0afd74b7f5202cad2d26b5bcd1fc1bdf44858f.tar.gz
kernel_samsung_smdk4412-5d0afd74b7f5202cad2d26b5bcd1fc1bdf44858f.tar.bz2
msm: io: I/O register definitions for MSM8960
Add the register address definitions for the basic hardware blocks on the Qualcomm MSM8960 chip. Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org> Signed-off-by: David Brown <davidb@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.h2
1 files changed, 2 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 bb42de3..c98c759 100644
--- a/arch/arm/mach-msm/include/mach/msm_iomap.h
+++ b/arch/arm/mach-msm/include/mach/msm_iomap.h
@@ -53,6 +53,8 @@
#include "msm_iomap-7x00.h"
#endif
+#include "msm_iomap-8960.h"
+
/* Virtual addressses shared across all MSM targets. */
#define MSM_CSR_BASE IOMEM(0xE0001000)
#define MSM_QGIC_DIST_BASE IOMEM(0xF0000000)