diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-01-18 02:15:07 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-18 03:26:48 -0500 |
commit | 10f9f743f661d200a7a0006e65688cf28c2f01d9 (patch) | |
tree | 2e6c39ef2106f0b5a4a742d3020eb4d2c7d9d303 /arch/arm/mach-s3c6400/include/mach/map.h | |
parent | a4e946947b966d018f3f712d5c7ca2932c2aadd2 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-s3c6400/include/mach/map.h')
-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 @@ | |||
64 | #define S3C64XX_PA_IIS1 (0x7F003000) | 64 | #define S3C64XX_PA_IIS1 (0x7F003000) |
65 | #define S3C64XX_PA_TIMER (0x7F006000) | 65 | #define S3C64XX_PA_TIMER (0x7F006000) |
66 | #define S3C64XX_PA_IIC0 (0x7F004000) | 66 | #define S3C64XX_PA_IIC0 (0x7F004000) |
67 | #define S3C64XX_PA_SPI0 (0x7F00B000) | ||
68 | #define S3C64XX_PA_SPI1 (0x7F00C000) | ||
67 | #define S3C64XX_PA_PCM0 (0x7F009000) | 69 | #define S3C64XX_PA_PCM0 (0x7F009000) |
68 | #define S3C64XX_PA_PCM1 (0x7F00A000) | 70 | #define S3C64XX_PA_PCM1 (0x7F00A000) |
69 | #define S3C64XX_PA_IISV4 (0x7F00D000) | 71 | #define S3C64XX_PA_IISV4 (0x7F00D000) |