diff options
author | Stepan Moskovchenko <stepanm@codeaurora.org> | 2010-11-12 22:29:48 -0500 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-11-30 16:53:45 -0500 |
commit | c4bd2eebee37b885b47ec48961923b671148703f (patch) | |
tree | a0257c00f0aa720608ff6f173fa4f2566d33fc4b /arch/arm/mach-msm | |
parent | 23513c3b39207c569da2c8afdced62ec43b4a272 (diff) |
msm: iomap: Addresses and IRQs for 2nd GFX core IOMMU
Add register addresses and IRQ numbers for the IOMMU used
for the second 2D graphics core.
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm')
-rw-r--r-- | arch/arm/mach-msm/include/mach/irqs-8x60.h | 7 | ||||
-rw-r--r-- | arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/include/mach/irqs-8x60.h b/arch/arm/mach-msm/include/mach/irqs-8x60.h index 36074cfc9ad2..f65841c74c0b 100644 --- a/arch/arm/mach-msm/include/mach/irqs-8x60.h +++ b/arch/arm/mach-msm/include/mach/irqs-8x60.h | |||
@@ -237,7 +237,12 @@ | |||
237 | #define GSBI11_QUP_IRQ (GIC_SPI_START + 194) | 237 | #define GSBI11_QUP_IRQ (GIC_SPI_START + 194) |
238 | #define INT_UART12DM_IRQ (GIC_SPI_START + 195) | 238 | #define INT_UART12DM_IRQ (GIC_SPI_START + 195) |
239 | #define GSBI12_QUP_IRQ (GIC_SPI_START + 196) | 239 | #define GSBI12_QUP_IRQ (GIC_SPI_START + 196) |
240 | /*SPI 197 to 216 arent used in 8x60*/ | 240 | |
241 | /*SPI 197 to 209 arent used in 8x60*/ | ||
242 | #define SMMU_GFX2D1_CB_SC_SECURE_IRQ (GIC_SPI_START + 210) | ||
243 | #define SMMU_GFX2D1_CB_SC_NON_SECURE_IRQ (GIC_SPI_START + 211) | ||
244 | |||
245 | /*SPI 212 to 216 arent used in 8x60*/ | ||
241 | #define SMPSS_SPARE_1 (GIC_SPI_START + 217) | 246 | #define SMPSS_SPARE_1 (GIC_SPI_START + 217) |
242 | #define SMPSS_SPARE_2 (GIC_SPI_START + 218) | 247 | #define SMPSS_SPARE_2 (GIC_SPI_START + 218) |
243 | #define SMPSS_SPARE_3 (GIC_SPI_START + 219) | 248 | #define SMPSS_SPARE_3 (GIC_SPI_START + 219) |
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 45bab50e3ee6..7c43a9bff1a9 100644 --- a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h +++ b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | |||
@@ -98,4 +98,7 @@ | |||
98 | #define MSM_IOMMU_GFX2D0_PHYS 0x07D00000 | 98 | #define MSM_IOMMU_GFX2D0_PHYS 0x07D00000 |
99 | #define MSM_IOMMU_GFX2D0_SIZE SZ_1M | 99 | #define MSM_IOMMU_GFX2D0_SIZE SZ_1M |
100 | 100 | ||
101 | #define MSM_IOMMU_GFX2D1_PHYS 0x07E00000 | ||
102 | #define MSM_IOMMU_GFX2D1_SIZE SZ_1M | ||
103 | |||
101 | #endif | 104 | #endif |