diff options
| author | Stephen Boyd <sboyd@codeaurora.org> | 2012-09-10 13:33:08 -0400 |
|---|---|---|
| committer | David Brown <davidb@codeaurora.org> | 2012-09-13 14:17:41 -0400 |
| commit | cb03af01c612ba97621a927225791a98357959c1 (patch) | |
| tree | e36ece7dd0922e5b5a3d4906f4bc277a194a672f /arch/arm/mach-msm/include | |
| parent | 28a33cbc24e4256c143dce96c7d93bf423229f92 (diff) | |
ARM: msm: Allow msm_iomap-8x60 and msm_iomap-8960 to coexist
Remove the unused GCC, ACC, and shared memory definitions in the
8660 static mappings. This allows the 8660 header file to be
included in msm_iomap.h unconditionally.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include')
| -rw-r--r-- | arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | 11 | ||||
| -rw-r--r-- | arch/arm/mach-msm/include/mach/msm_iomap.h | 3 |
2 files changed, 1 insertions, 13 deletions
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 5aed57dc808c..b51ba8a927b8 100644 --- a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h +++ b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | |||
| @@ -41,21 +41,10 @@ | |||
| 41 | #define MSM8X60_QGIC_CPU_PHYS 0x02081000 | 41 | #define MSM8X60_QGIC_CPU_PHYS 0x02081000 |
| 42 | #define MSM8X60_QGIC_CPU_SIZE SZ_4K | 42 | #define MSM8X60_QGIC_CPU_SIZE SZ_4K |
| 43 | 43 | ||
| 44 | #define MSM_ACC_BASE IOMEM(0xF0002000) | ||
| 45 | #define MSM_ACC_PHYS 0x02001000 | ||
| 46 | #define MSM_ACC_SIZE SZ_4K | ||
| 47 | |||
| 48 | #define MSM_GCC_BASE IOMEM(0xF0003000) | ||
| 49 | #define MSM_GCC_PHYS 0x02082000 | ||
| 50 | #define MSM_GCC_SIZE SZ_4K | ||
| 51 | |||
| 52 | #define MSM_TLMM_BASE IOMEM(0xF0004000) | 44 | #define MSM_TLMM_BASE IOMEM(0xF0004000) |
| 53 | #define MSM_TLMM_PHYS 0x00800000 | 45 | #define MSM_TLMM_PHYS 0x00800000 |
| 54 | #define MSM_TLMM_SIZE SZ_16K | 46 | #define MSM_TLMM_SIZE SZ_16K |
| 55 | 47 | ||
| 56 | #define MSM_SHARED_RAM_BASE IOMEM(0xF0100000) | ||
| 57 | #define MSM_SHARED_RAM_SIZE SZ_1M | ||
| 58 | |||
| 59 | #define MSM8X60_TMR_PHYS 0x02000000 | 48 | #define MSM8X60_TMR_PHYS 0x02000000 |
| 60 | #define MSM8X60_TMR_SIZE SZ_4K | 49 | #define MSM8X60_TMR_SIZE SZ_4K |
| 61 | 50 | ||
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap.h b/arch/arm/mach-msm/include/mach/msm_iomap.h index 00afdfb8c38f..2ab7cf0919b3 100644 --- a/arch/arm/mach-msm/include/mach/msm_iomap.h +++ b/arch/arm/mach-msm/include/mach/msm_iomap.h | |||
| @@ -41,12 +41,11 @@ | |||
| 41 | #include "msm_iomap-7x30.h" | 41 | #include "msm_iomap-7x30.h" |
| 42 | #elif defined(CONFIG_ARCH_QSD8X50) | 42 | #elif defined(CONFIG_ARCH_QSD8X50) |
| 43 | #include "msm_iomap-8x50.h" | 43 | #include "msm_iomap-8x50.h" |
| 44 | #elif defined(CONFIG_ARCH_MSM8X60) | ||
| 45 | #include "msm_iomap-8x60.h" | ||
| 46 | #else | 44 | #else |
| 47 | #include "msm_iomap-7x00.h" | 45 | #include "msm_iomap-7x00.h" |
| 48 | #endif | 46 | #endif |
| 49 | 47 | ||
| 48 | #include "msm_iomap-8x60.h" | ||
| 50 | #include "msm_iomap-8960.h" | 49 | #include "msm_iomap-8960.h" |
| 51 | 50 | ||
| 52 | #define MSM_DEBUG_UART_SIZE SZ_4K | 51 | #define MSM_DEBUG_UART_SIZE SZ_4K |
