aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p6442/include/mach
diff options
context:
space:
mode:
authorThomas Abraham <thomas.ab@samsung.com>2010-12-02 18:06:50 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-12-30 09:37:48 +0900
commitbe297f0374d8609ccb8be805bd6de7adc90abea5 (patch)
treeee5398c0b9b4acea0801603ac732efa9a4e8e8a4 /arch/arm/mach-s5p6442/include/mach
parentARM: S5P: Add SROM bank 4 and 5 register offsets (diff)
downloadlinux-dev-be297f0374d8609ccb8be805bd6de7adc90abea5.tar.xz
linux-dev-be297f0374d8609ccb8be805bd6de7adc90abea5.zip
ARM: S5P: Move SROM controller IO mapping to plat-s5p for S5P SoCs
This patch modifies the following. 1. Moves the SROM controller mapping from S5PV210 specific code to S5P common code. The SROM controller mapping can be used for all S5P SoCs. 2. Define the SROM controller physical address for S5P64X0, S5P6442, S5PC100, S5PV210 and S5PV310. Signed-off-by: Thomas Abraham <thomas.ab@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p6442/include/mach')
-rw-r--r--arch/arm/mach-s5p6442/include/mach/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6442/include/mach/map.h b/arch/arm/mach-s5p6442/include/mach/map.h
index 31fb2e68d527..203dd5a18bd5 100644
--- a/arch/arm/mach-s5p6442/include/mach/map.h
+++ b/arch/arm/mach-s5p6442/include/mach/map.h
@@ -28,6 +28,9 @@
#define S5P6442_PA_VIC1 (0xE4100000)
#define S5P6442_PA_VIC2 (0xE4200000)
+#define S5P6442_PA_SROMC (0xE7000000)
+#define S5P_PA_SROMC S5P6442_PA_SROMC
+
#define S5P6442_PA_MDMA 0xE8000000
#define S5P6442_PA_PDMA 0xE9000000