projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e9469
)
ARM: S3C64XX: SPI: Add SPI controller register base
author
Jassi Brar
<jassi.brar@samsung.com>
Mon, 18 Jan 2010 07:15:07 +0000
(16:15 +0900)
committer
Ben Dooks
<ben-linux@fluff.org>
Mon, 18 Jan 2010 08:26:48 +0000
(17:26 +0900)
Added SPI controller register base.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c6400/include/mach/map.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c6400/include/mach/map.h
b/arch/arm/mach-s3c6400/include/mach/map.h
index 3e17adf3a89baf92d50630f4482a5ff3d3b5f302..801c1c0f3a951d812af9166fc34e4aecb9d1e476 100644
(file)
--- 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)