diff options
| -rw-r--r-- | arch/arm/mach-exynos/common.c | 4 | ||||
| -rw-r--r-- | arch/arm/mach-exynos/include/mach/map.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index 5ccd6e80a607..eff4446f5e31 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c | |||
| @@ -265,12 +265,12 @@ static struct map_desc exynos5_iodesc[] __initdata = { | |||
| 265 | }, { | 265 | }, { |
| 266 | .virtual = (unsigned long)S5P_VA_GIC_CPU, | 266 | .virtual = (unsigned long)S5P_VA_GIC_CPU, |
| 267 | .pfn = __phys_to_pfn(EXYNOS5_PA_GIC_CPU), | 267 | .pfn = __phys_to_pfn(EXYNOS5_PA_GIC_CPU), |
| 268 | .length = SZ_64K, | 268 | .length = SZ_8K, |
| 269 | .type = MT_DEVICE, | 269 | .type = MT_DEVICE, |
| 270 | }, { | 270 | }, { |
| 271 | .virtual = (unsigned long)S5P_VA_GIC_DIST, | 271 | .virtual = (unsigned long)S5P_VA_GIC_DIST, |
| 272 | .pfn = __phys_to_pfn(EXYNOS5_PA_GIC_DIST), | 272 | .pfn = __phys_to_pfn(EXYNOS5_PA_GIC_DIST), |
| 273 | .length = SZ_64K, | 273 | .length = SZ_4K, |
| 274 | .type = MT_DEVICE, | 274 | .type = MT_DEVICE, |
| 275 | }, | 275 | }, |
| 276 | }; | 276 | }; |
diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h index 0e2292d04550..648d59b2a0f6 100644 --- a/arch/arm/mach-exynos/include/mach/map.h +++ b/arch/arm/mach-exynos/include/mach/map.h | |||
| @@ -78,8 +78,8 @@ | |||
| 78 | 78 | ||
| 79 | #define EXYNOS4_PA_GIC_CPU 0x10480000 | 79 | #define EXYNOS4_PA_GIC_CPU 0x10480000 |
| 80 | #define EXYNOS4_PA_GIC_DIST 0x10490000 | 80 | #define EXYNOS4_PA_GIC_DIST 0x10490000 |
| 81 | #define EXYNOS5_PA_GIC_CPU 0x10480000 | 81 | #define EXYNOS5_PA_GIC_CPU 0x10482000 |
| 82 | #define EXYNOS5_PA_GIC_DIST 0x10490000 | 82 | #define EXYNOS5_PA_GIC_DIST 0x10481000 |
| 83 | 83 | ||
| 84 | #define EXYNOS4_PA_COREPERI 0x10500000 | 84 | #define EXYNOS4_PA_COREPERI 0x10500000 |
| 85 | #define EXYNOS4_PA_TWD 0x10500600 | 85 | #define EXYNOS4_PA_TWD 0x10500600 |
