summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/include/mach/map.h
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2012-05-20 03:01:26 +0900
committerKukjin Kim <kgene.kim@samsung.com>2012-05-20 03:01:26 +0900
commitab5a4e6381d27a6554e6833383e536773e3a6ec1 (patch)
tree88cfa18c33229cea756c2308607c26c1f19e9203 /arch/arm/mach-s3c24xx/include/mach/map.h
parent36be50515fe2aef61533b516fa2576a2c7fe7664 (diff)
parent5ddfa8428b9f21453b1160846143e0b50d51b27c (diff)
downloadtalos-obmc-linux-ab5a4e6381d27a6554e6833383e536773e3a6ec1.tar.gz
talos-obmc-linux-ab5a4e6381d27a6554e6833383e536773e3a6ec1.zip
Merge branch 'next/devel-samsung' into next/devel-samsung-2
Diffstat (limited to 'arch/arm/mach-s3c24xx/include/mach/map.h')
-rw-r--r--arch/arm/mach-s3c24xx/include/mach/map.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/include/mach/map.h b/arch/arm/mach-s3c24xx/include/mach/map.h
index 78ae807f1281..8ba381f2dbe1 100644
--- a/arch/arm/mach-s3c24xx/include/mach/map.h
+++ b/arch/arm/mach-s3c24xx/include/mach/map.h
@@ -98,6 +98,8 @@
/* SPI */
#define S3C2410_PA_SPI (0x59000000)
+#define S3C2443_PA_SPI0 (0x52000000)
+#define S3C2443_PA_SPI1 S3C2410_PA_SPI
/* SDI */
#define S3C2410_PA_SDI (0x5A000000)
@@ -162,4 +164,7 @@
#define S3C_PA_WDT S3C2410_PA_WATCHDOG
#define S3C_PA_NAND S3C24XX_PA_NAND
+#define S3C_PA_SPI0 S3C2443_PA_SPI0
+#define S3C_PA_SPI1 S3C2443_PA_SPI1
+
#endif /* __ASM_ARCH_MAP_H */
OpenPOWER on IntegriCloud