diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-01-18 16:15:07 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-18 17:26:48 +0900 |
commit | 10f9f743f661d200a7a0006e65688cf28c2f01d9 (patch) | |
tree | 2e6c39ef2106f0b5a4a742d3020eb4d2c7d9d303 | |
parent | a4e946947b966d018f3f712d5c7ca2932c2aadd2 (diff) | |
download | blackbird-op-linux-10f9f743f661d200a7a0006e65688cf28c2f01d9.tar.gz blackbird-op-linux-10f9f743f661d200a7a0006e65688cf28c2f01d9.zip |
ARM: S3C64XX: SPI: Add SPI controller register base
Added SPI controller register base.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
-rw-r--r-- | arch/arm/mach-s3c6400/include/mach/map.h | 2 |
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 3e17adf3a89b..801c1c0f3a95 100644 --- a/arch/arm/mach-s3c6400/include/mach/map.h +++ b/arch/arm/mach-s3c6400/include/mach/map.h @@ -64,6 +64,8 @@ #define S3C64XX_PA_IIS1 (0x7F003000) #define S3C64XX_PA_TIMER (0x7F006000) #define S3C64XX_PA_IIC0 (0x7F004000) +#define S3C64XX_PA_SPI0 (0x7F00B000) +#define S3C64XX_PA_SPI1 (0x7F00C000) #define S3C64XX_PA_PCM0 (0x7F009000) #define S3C64XX_PA_PCM1 (0x7F00A000) #define S3C64XX_PA_IISV4 (0x7F00D000) |