From 1035cbe5664a20a36aadaa18b0ec267a72e00917 Mon Sep 17 00:00:00 2001 From: Heiko Stuebner Date: Tue, 24 Apr 2012 18:06:58 -0700 Subject: [PATCH] --- yaml --- r: 308404 b: refs/heads/master c: 97e1ed7960bc3b86c51aef8d3d014286032d476e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c24xx/include/mach/map.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 113efd9d67fd..ca3737b8c307 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ad6c1d43964dcba57bfe20b7185af5a71f94a1b7 +refs/heads/master: 97e1ed7960bc3b86c51aef8d3d014286032d476e diff --git a/trunk/arch/arm/mach-s3c24xx/include/mach/map.h b/trunk/arch/arm/mach-s3c24xx/include/mach/map.h index 78ae807f1281..8ba381f2dbe1 100644 --- a/trunk/arch/arm/mach-s3c24xx/include/mach/map.h +++ b/trunk/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 */