aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/include/mach/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c64xx/include/mach/map.h')
-rw-r--r--arch/arm/mach-s3c64xx/include/mach/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/map.h b/arch/arm/mach-s3c64xx/include/mach/map.h
index e1eab3c94aea..1caaa5f25f8d 100644
--- a/arch/arm/mach-s3c64xx/include/mach/map.h
+++ b/arch/arm/mach-s3c64xx/include/mach/map.h
@@ -86,6 +86,9 @@
86#define S3C64XX_SZ_GPIO SZ_4K 86#define S3C64XX_SZ_GPIO SZ_4K
87 87
88#define S3C64XX_PA_SDRAM (0x50000000) 88#define S3C64XX_PA_SDRAM (0x50000000)
89
90#define S3C64XX_PA_CFCON (0x70300000)
91
89#define S3C64XX_PA_VIC0 (0x71200000) 92#define S3C64XX_PA_VIC0 (0x71200000)
90#define S3C64XX_PA_VIC1 (0x71300000) 93#define S3C64XX_PA_VIC1 (0x71300000)
91 94
@@ -120,5 +123,6 @@
120#define S3C_PA_WDT S3C64XX_PA_WATCHDOG 123#define S3C_PA_WDT S3C64XX_PA_WATCHDOG
121 124
122#define SAMSUNG_PA_ADC S3C64XX_PA_ADC 125#define SAMSUNG_PA_ADC S3C64XX_PA_ADC
126#define SAMSUNG_PA_CFCON S3C64XX_PA_CFCON
123 127
124#endif /* __ASM_ARCH_6400_MAP_H */ 128#endif /* __ASM_ARCH_6400_MAP_H */