summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p64x0/include
diff options
context:
space:
mode:
authorKukjin Kim2010-12-30 02:44:13 +0100
committerKukjin Kim2010-12-30 02:44:13 +0100
commit724c35cf530651f68f5958dc02e0b49ac6661226 (patch)
tree7511b55f0efc07495a559f48b3071a34f0bfaff3 /arch/arm/mach-s5p64x0/include
parentMerge branch 'next-samsung' into for-next-new (diff)
parentARM: S5P: Add platform support for MIPI CSIS devices (diff)
downloadkernel-qcow2-linux-724c35cf530651f68f5958dc02e0b49ac6661226.tar.gz
kernel-qcow2-linux-724c35cf530651f68f5958dc02e0b49ac6661226.tar.xz
kernel-qcow2-linux-724c35cf530651f68f5958dc02e0b49ac6661226.zip
Merge branch 'next-s5p' into for-next-new
Diffstat (limited to 'arch/arm/mach-s5p64x0/include')
-rw-r--r--arch/arm/mach-s5p64x0/include/mach/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p64x0/include/mach/map.h b/arch/arm/mach-s5p64x0/include/mach/map.h
index 4d3d332152d0..a9365e5ba614 100644
--- a/arch/arm/mach-s5p64x0/include/mach/map.h
+++ b/arch/arm/mach-s5p64x0/include/mach/map.h
@@ -29,6 +29,9 @@
#define S5P64X0_PA_VIC0 (0xE4000000)
#define S5P64X0_PA_VIC1 (0xE4100000)
+#define S5P64X0_PA_SROMC (0xE7000000)
+#define S5P_PA_SROMC S5P64X0_PA_SROMC
+
#define S5P64X0_PA_PDMA (0xE9000000)
#define S5P64X0_PA_TIMER (0xEA000000)