aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/include/mach/msm_iomap.h
diff options
context:
space:
mode:
authorDavid Brown <davidb@codeaurora.org>2011-01-04 11:02:59 -0800
committerDavid Brown <davidb@codeaurora.org>2011-01-21 15:27:50 -0800
commit8bb06444804c58dffcb5d048381c6378d2b007f7 (patch)
tree2397d12f923ffce2cbb78df59d576506c63d814a /arch/arm/mach-msm/include/mach/msm_iomap.h
parent8c27e6f305242ffab0c88eed5dea8394b8ce86d0 (diff)
downloadkernel_samsung_smdk4412-8bb06444804c58dffcb5d048381c6378d2b007f7.zip
kernel_samsung_smdk4412-8bb06444804c58dffcb5d048381c6378d2b007f7.tar.gz
kernel_samsung_smdk4412-8bb06444804c58dffcb5d048381c6378d2b007f7.tar.bz2
msm: Generalize QGIC registers
The QGIC registers are mapped to the same virtual addresses across targets, only the physical address changes. Move the BASE address out of target-specific files, and add a SOC name to the base addresses. 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 0243bd0..bb42de3 100644
--- a/arch/arm/mach-msm/include/mach/msm_iomap.h
+++ b/arch/arm/mach-msm/include/mach/msm_iomap.h
@@ -55,6 +55,8 @@
/* Virtual addressses shared across all MSM targets. */
#define MSM_CSR_BASE IOMEM(0xE0001000)
+#define MSM_QGIC_DIST_BASE IOMEM(0xF0000000)
+#define MSM_QGIC_CPU_BASE IOMEM(0xF0001000)
#define MSM_TMR_BASE IOMEM(0xF0200000)
#define MSM_TMR0_BASE IOMEM(0xF0201000)