aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/include/mach
diff options
context:
space:
mode:
authorRohit Vaswani <rvaswani@codeaurora.org>2013-05-29 17:37:29 -0400
committerDavid Brown <davidb@codeaurora.org>2013-05-31 11:39:50 -0400
commit1a56e4b23d2b4445397419202ff40e0b34ba3d7e (patch)
tree7bd61e2c11da669f174aca8e38a66596ba9d2563 /arch/arm/mach-msm/include/mach
parent6ff9bbf22d2bdfebed514dfb0b76a7510abc5c62 (diff)
msm: iomap: Remove unused bases and mappings
QGIC_DIST and QGIC_CPU bases are now unused as they are obtained from device tree. Remove the static iomappings. Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include/mach')
-rw-r--r--arch/arm/mach-msm/include/mach/msm_iomap-8960.h7
-rw-r--r--arch/arm/mach-msm/include/mach/msm_iomap-8x60.h6
-rw-r--r--arch/arm/mach-msm/include/mach/msm_iomap.h2
3 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-8960.h b/arch/arm/mach-msm/include/mach/msm_iomap-8960.h
index 9819a556acae..7bca8d7108d6 100644
--- a/arch/arm/mach-msm/include/mach/msm_iomap-8960.h
+++ b/arch/arm/mach-msm/include/mach/msm_iomap-8960.h
@@ -32,13 +32,6 @@
32 * 32 *
33 */ 33 */
34 34
35
36#define MSM8960_QGIC_DIST_PHYS 0x02000000
37#define MSM8960_QGIC_DIST_SIZE SZ_4K
38
39#define MSM8960_QGIC_CPU_PHYS 0x02002000
40#define MSM8960_QGIC_CPU_SIZE SZ_4K
41
42#define MSM8960_TMR_PHYS 0x0200A000 35#define MSM8960_TMR_PHYS 0x0200A000
43#define MSM8960_TMR_SIZE SZ_4K 36#define MSM8960_TMR_SIZE SZ_4K
44 37
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h
index 199372e62def..75a7b62c1c74 100644
--- a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h
+++ b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h
@@ -35,12 +35,6 @@
35 * 35 *
36 */ 36 */
37 37
38#define MSM8X60_QGIC_DIST_PHYS 0x02080000
39#define MSM8X60_QGIC_DIST_SIZE SZ_4K
40
41#define MSM8X60_QGIC_CPU_PHYS 0x02081000
42#define MSM8X60_QGIC_CPU_SIZE SZ_4K
43
44#define MSM_TLMM_BASE IOMEM(0xF0004000) 38#define MSM_TLMM_BASE IOMEM(0xF0004000)
45#define MSM_TLMM_PHYS 0x00800000 39#define MSM_TLMM_PHYS 0x00800000
46#define MSM_TLMM_SIZE SZ_16K 40#define MSM_TLMM_SIZE SZ_16K
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap.h b/arch/arm/mach-msm/include/mach/msm_iomap.h
index 2ab7cf0919b3..c56e81ffdcde 100644
--- a/arch/arm/mach-msm/include/mach/msm_iomap.h
+++ b/arch/arm/mach-msm/include/mach/msm_iomap.h
@@ -62,8 +62,6 @@
62 62
63/* Virtual addresses shared across all MSM targets. */ 63/* Virtual addresses shared across all MSM targets. */
64#define MSM_CSR_BASE IOMEM(0xE0001000) 64#define MSM_CSR_BASE IOMEM(0xE0001000)
65#define MSM_QGIC_DIST_BASE IOMEM(0xF0000000)
66#define MSM_QGIC_CPU_BASE IOMEM(0xF0001000)
67#define MSM_TMR_BASE IOMEM(0xF0200000) 65#define MSM_TMR_BASE IOMEM(0xF0200000)
68#define MSM_TMR0_BASE IOMEM(0xF0201000) 66#define MSM_TMR0_BASE IOMEM(0xF0201000)
69#define MSM_GPIO1_BASE IOMEM(0xE0003000) 67#define MSM_GPIO1_BASE IOMEM(0xE0003000)