summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c6400/include
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2009-12-29 15:40:30 +0100
committerBen Dooks <ben-linux@fluff.org>2010-01-18 03:41:03 +0100
commit810f613c03a1614c71a2b27859e91ae155bd659f (patch)
tree99f323797320a465933fdd788a571f0b5c4255ca /arch/arm/mach-s3c6400/include
parentARM: SMDK6410: Add nC1 chipselect SROM setup (diff)
downloadlinux-810f613c03a1614c71a2b27859e91ae155bd659f.tar.xz
linux-810f613c03a1614c71a2b27859e91ae155bd659f.zip
ARM: S3C64XX: Add virtual mapping for S3C64XX SROM area
This adds the physical address of the SROM unit, and applies a virtual mapping for it to the S3C_VA_MEM slot. Signed-off-by: Andy Green <andy@warmcat.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6400/include')
-rw-r--r--arch/arm/mach-s3c6400/include/mach/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h
index 0d6044090566..3e17adf3a89b 100644
--- a/arch/arm/mach-s3c6400/include/mach/map.h
+++ b/arch/arm/mach-s3c6400/include/mach/map.h
@@ -50,6 +50,8 @@
#define S3C_VA_UART2 S3C_VA_UARTx(2)
#define S3C_VA_UART3 S3C_VA_UARTx(3)
+#define S3C64XX_PA_SROM (0x70000000)
+
#define S3C64XX_PA_NAND (0x70200000)
#define S3C64XX_PA_FB (0x77100000)
#define S3C64XX_PA_USB_HSOTG (0x7C000000)