diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 12:14:40 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:40:26 -0500 |
commit | 3e1b776c2b9807d3af5945d5ece86dce9dfb0279 (patch) | |
tree | acad50c9e9e1b9a00c73f2d5aaec919408ba81ee /arch/arm/mach-s3c6400/include/mach/map.h | |
parent | a2205cd2cbfb8fb217e6036f08773a09d1b6d75e (diff) |
[ARM] S3C: Make i2c device definition common to plat-s3c
Make the device i2c0 common to plat-s3c and move the
definitions from arch/arm/plat-s3c24xx/devs.c
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6400/include/mach/map.h')
-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 */ |