diff options
author | Dima Zavin <dima@android.com> | 2010-01-29 14:43:42 -0500 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-05-12 12:15:35 -0400 |
commit | b42dc44afca902d19f86d541cbb665f31b9149a0 (patch) | |
tree | 9660001ed178bfa9dc52a5138b312f02a664cd33 /arch/arm/mach-msm/include | |
parent | 636eb9cbaef7989ce7809a0d842bf78470a0a1f4 (diff) |
arm: msm: correctly signal the apps-to-modem irq in smd/proc_comm
Signed-off-by: Dima Zavin <dima@android.com>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include')
-rw-r--r-- | arch/arm/mach-msm/include/mach/msm_iomap.h | 6 |
1 files changed, 6 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 9dae1a98c77..ce1effed589 100644 --- a/arch/arm/mach-msm/include/mach/msm_iomap.h +++ b/arch/arm/mach-msm/include/mach/msm_iomap.h | |||
@@ -130,4 +130,10 @@ | |||
130 | #define MSM_AD5_SIZE (SZ_1M*13) | 130 | #define MSM_AD5_SIZE (SZ_1M*13) |
131 | 131 | ||
132 | 132 | ||
133 | #if defined(CONFIG_ARCH_MSM7X30) | ||
134 | #define MSM_GCC_BASE IOMEM(0xF8009000) | ||
135 | #define MSM_GCC_PHYS 0xC0182000 | ||
136 | #define MSM_GCC_SIZE SZ_4K | ||
137 | #endif | ||
138 | |||
133 | #endif | 139 | #endif |