projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e81725
)
[ARM] 4402/1: S3C2443: Add physical address of HSMMC controller
author
Ben Dooks
<ben-linux@fluff.org>
Mon, 21 May 2007 08:40:06 +0000
(09:40 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 26 May 2007 09:09:39 +0000
(10:09 +0100)
Add physical address of HSMMC to include/asm-arm/arch-s3c2410/map.h
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-s3c2410/map.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-s3c2410/map.h
b/include/asm-arm/arch-s3c2410/map.h
index 4505aefbad17175308ac8a31049eb269058cb258..19e77f038042ec0b64644e25136c326d57ff5b1d 100644
(file)
--- a/
include/asm-arm/arch-s3c2410/map.h
+++ b/
include/asm-arm/arch-s3c2410/map.h
@@
-153,6
+153,10
@@
#define S3C2440_PA_AC97 (0x5B000000)
#define S3C2440_SZ_AC97 SZ_1M
+/* S3C2443 High-speed SD/MMC */
+#define S3C2443_PA_HSMMC (0x4A800000)
+#define S3C2443_SZ_HSMMC (256)
+
/* ISA style IO, for each machine to sort out mappings for, if it
* implements it. We reserve two 16M regions for ISA.
*/