diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2013-04-23 09:46:53 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-25 12:21:37 -0400 |
commit | f5f83c71ffc5bda1c1ade5e8b1a8a1d40208860c (patch) | |
tree | a4a0e0998cda417592351eff66dd9aa3e9c25384 /arch/arm/mach-exynos/include/mach/map.h | |
parent | 58a7bbf75442ea439a4d3b7993ad87023e406063 (diff) |
ARM: EXYNOS: Create virtual I/O mapping for Chip-ID controller using device tree
On device tree enabled exynos platforms, retrieve the physical base address
of the chip-id controller from device tree and create a virtual I/O mapping
for the chip-id controller. This helps to remove the chip-id controller entry
from the statically defined I/O mapping tables.
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-exynos/include/mach/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h index 7f99b7b187d6..be7abc7ceb67 100644 --- a/arch/arm/mach-exynos/include/mach/map.h +++ b/arch/arm/mach-exynos/include/mach/map.h | |||
@@ -53,7 +53,6 @@ | |||
53 | #define EXYNOS4_PA_ONENAND_DMA 0x0C600000 | 53 | #define EXYNOS4_PA_ONENAND_DMA 0x0C600000 |
54 | 54 | ||
55 | #define EXYNOS_PA_CHIPID 0x10000000 | 55 | #define EXYNOS_PA_CHIPID 0x10000000 |
56 | #define EXYNOS5440_PA_CHIPID 0x00160000 | ||
57 | 56 | ||
58 | #define EXYNOS4_PA_SYSCON 0x10010000 | 57 | #define EXYNOS4_PA_SYSCON 0x10010000 |
59 | #define EXYNOS5_PA_SYSCON 0x10050100 | 58 | #define EXYNOS5_PA_SYSCON 0x10050100 |