diff options
Diffstat (limited to 'arch/arm/mach-s5p6440')
-rw-r--r-- | arch/arm/mach-s5p6440/include/mach/map.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6440/include/mach/map.h b/arch/arm/mach-s5p6440/include/mach/map.h index b3703293cc3b..dc922d6e11ff 100644 --- a/arch/arm/mach-s5p6440/include/mach/map.h +++ b/arch/arm/mach-s5p6440/include/mach/map.h | |||
@@ -15,6 +15,11 @@ | |||
15 | 15 | ||
16 | #include <plat/map-base.h> | 16 | #include <plat/map-base.h> |
17 | 17 | ||
18 | /* Chip ID */ | ||
19 | #define S5P6440_PA_CHIPID (0xE0000000) | ||
20 | #define S5P_PA_CHIPID S5P6440_PA_CHIPID | ||
21 | #define S5P_VA_CHIPID S3C_ADDR(0x00700000) | ||
22 | |||
18 | /* SYSCON */ | 23 | /* SYSCON */ |
19 | #define S5P6440_PA_SYSCON (0xE0100000) | 24 | #define S5P6440_PA_SYSCON (0xE0100000) |
20 | #define S5P_PA_SYSCON S5P6440_PA_SYSCON | 25 | #define S5P_PA_SYSCON S5P6440_PA_SYSCON |