]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/arm/mach-s3c6400/include/mach/map.h
[ARM] S3C: Move HSMMC device definition to plat-s3ec
[mirror_ubuntu-artful-kernel.git] / arch / arm / mach-s3c6400 / include / mach / map.h
index 618f09d637b2627108a1a165a76fb8cd0ee3ccf9..aadaaaf2d8b6172384fd82685c6cfa8e2eae160b 100644 (file)
 
 #include <plat/map-base.h>
 
+/* HSMMC units */
+#define S3C64XX_PA_HSMMC(x)    (0x7C200000 + ((x) * 0x100000))
+#define S3C64XX_PA_HSMMC0      S3C64XX_PA_HSMMC(0)
+#define S3C64XX_PA_HSMMC1      S3C64XX_PA_HSMMC(1)
+#define S3C64XX_PA_HSMMC2      S3C64XX_PA_HSMMC(2)
+
 #define S3C_PA_UART            (0x7F005000)
 #define S3C_PA_UART0           (S3C_PA_UART + 0x00)
 #define S3C_PA_UART1           (S3C_PA_UART + 0x400)
@@ -49,5 +55,8 @@
 
 /* compatibiltiy defines. */
 #define S3C_PA_TIMER           S3C64XX_PA_TIMER
+#define S3C_PA_HSMMC0          S3C64XX_PA_HSMMC0
+#define S3C_PA_HSMMC1          S3C64XX_PA_HSMMC1
+#define S3C_PA_HSMMC2          S3C64XX_PA_HSMMC2
 
 #endif /* __ASM_ARCH_6400_MAP_H */