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 f0d6fa616b6c..4d5cd7ee8c15 100644 --- a/arch/arm/mach-s3c6400/include/mach/map.h +++ b/arch/arm/mach-s3c6400/include/mach/map.h | |||
@@ -41,6 +41,7 @@ | |||
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 | #define S3C64XX_PA_IIC0 (0x7F004000) |
44 | #define S3C64XX_PA_IIC1 (0x7F00F000) | ||
44 | 45 | ||
45 | #define S3C64XX_PA_GPIO (0x7F008000) | 46 | #define S3C64XX_PA_GPIO (0x7F008000) |
46 | #define S3C64XX_VA_GPIO S3C_ADDR(0x00500000) | 47 | #define S3C64XX_VA_GPIO S3C_ADDR(0x00500000) |
@@ -60,5 +61,6 @@ | |||
60 | #define S3C_PA_HSMMC1 S3C64XX_PA_HSMMC1 | 61 | #define S3C_PA_HSMMC1 S3C64XX_PA_HSMMC1 |
61 | #define S3C_PA_HSMMC2 S3C64XX_PA_HSMMC2 | 62 | #define S3C_PA_HSMMC2 S3C64XX_PA_HSMMC2 |
62 | #define S3C_PA_IIC S3C64XX_PA_IIC0 | 63 | #define S3C_PA_IIC S3C64XX_PA_IIC0 |
64 | #define S3C_PA_IIC1 S3C64XX_PA_IIC1 | ||
63 | 65 | ||
64 | #endif /* __ASM_ARCH_6400_MAP_H */ | 66 | #endif /* __ASM_ARCH_6400_MAP_H */ |