Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ece97941c378b4a424530585a7c855e466f1bd2c
Commit:     ece97941c378b4a424530585a7c855e466f1bd2c
Parent:     8e81725b17b07ed5052bbd826ff0479a4c22a0ea
Author:     Ben Dooks <[EMAIL PROTECTED]>
AuthorDate: Mon May 21 09:40:06 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sat May 26 10:09:39 2007 +0100

    [ARM] 4402/1: S3C2443: Add physical address of HSMMC controller
    
    Add physical address of HSMMC to include/asm-arm/arch-s3c2410/map.h
    
    Signed-off-by: Ben Dooks <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 include/asm-arm/arch-s3c2410/map.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/asm-arm/arch-s3c2410/map.h 
b/include/asm-arm/arch-s3c2410/map.h
index 4505aef..19e77f0 100644
--- 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.
  */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to