|
@@ -63,9 +63,9 @@
|
|
|
#define S3C2440_PA_AC97 (0x5B000000)
|
|
|
#define S3C2440_SZ_AC97 SZ_1M
|
|
|
|
|
|
-/* S3C2443 High-speed SD/MMC */
|
|
|
+/* S3C2443/S3C2416 High-speed SD/MMC */
|
|
|
#define S3C2443_PA_HSMMC (0x4A800000)
|
|
|
-#define S3C2443_SZ_HSMMC (256)
|
|
|
+#define S3C2416_PA_HSMMC0 (0x4AC00000)
|
|
|
|
|
|
/* S3C2412 memory and IO controls */
|
|
|
#define S3C2412_PA_SSMC (0x4F000000)
|
|
@@ -110,6 +110,7 @@
|
|
|
#define S3C_PA_UART S3C24XX_PA_UART
|
|
|
#define S3C_PA_USBHOST S3C2410_PA_USBHOST
|
|
|
#define S3C_PA_HSMMC0 S3C2443_PA_HSMMC
|
|
|
+#define S3C_PA_HSMMC1 S3C2416_PA_HSMMC0
|
|
|
#define S3C_PA_NAND S3C24XX_PA_NAND
|
|
|
|
|
|
#endif /* __ASM_ARCH_MAP_H */
|