diff options
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r-- | arch/arm/mach-s3c6400/include/mach/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h index aadaaaf2d8b6..f0d6fa616b6c 100644 --- a/arch/arm/mach-s3c6400/include/mach/map.h +++ b/arch/arm/mach-s3c6400/include/mach/map.h | |||
@@ -40,6 +40,7 @@ | |||
40 | 40 | ||
41 | #define S3C64XX_PA_SYSCON (0x7E00F000) | 41 | #define S3C64XX_PA_SYSCON (0x7E00F000) |
42 | #define S3C64XX_PA_TIMER (0x7F006000) | 42 | #define S3C64XX_PA_TIMER (0x7F006000) |
43 | #define S3C64XX_PA_IIC0 (0x7F004000) | ||
43 | 44 | ||
44 | #define S3C64XX_PA_GPIO (0x7F008000) | 45 | #define S3C64XX_PA_GPIO (0x7F008000) |
45 | #define S3C64XX_VA_GPIO S3C_ADDR(0x00500000) | 46 | #define S3C64XX_VA_GPIO S3C_ADDR(0x00500000) |
@@ -58,5 +59,6 @@ | |||
58 | #define S3C_PA_HSMMC0 S3C64XX_PA_HSMMC0 | 59 | #define S3C_PA_HSMMC0 S3C64XX_PA_HSMMC0 |
59 | #define S3C_PA_HSMMC1 S3C64XX_PA_HSMMC1 | 60 | #define S3C_PA_HSMMC1 S3C64XX_PA_HSMMC1 |
60 | #define S3C_PA_HSMMC2 S3C64XX_PA_HSMMC2 | 61 | #define S3C_PA_HSMMC2 S3C64XX_PA_HSMMC2 |
62 | #define S3C_PA_IIC S3C64XX_PA_IIC0 | ||
61 | 63 | ||
62 | #endif /* __ASM_ARCH_6400_MAP_H */ | 64 | #endif /* __ASM_ARCH_6400_MAP_H */ |