aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24a0/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c24a0/include')
-rw-r--r--arch/arm/mach-s3c24a0/include/mach/map.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24a0/include/mach/map.h b/arch/arm/mach-s3c24a0/include/mach/map.h
index 65a146fd78ec..2ce1839de4ee 100644
--- a/arch/arm/mach-s3c24a0/include/mach/map.h
+++ b/arch/arm/mach-s3c24a0/include/mach/map.h
@@ -14,6 +14,9 @@
14#ifndef __ASM_ARCH_24A0_MAP_H 14#ifndef __ASM_ARCH_24A0_MAP_H
15#define __ASM_ARCH_24A0_MAP_H __FILE__ 15#define __ASM_ARCH_24A0_MAP_H __FILE__
16 16
17#include <plat/map-base.h>
18#include <plat/map.h>
19
17#define S3C24A0_PA_IO_BASE (0x40000000) 20#define S3C24A0_PA_IO_BASE (0x40000000)
18#define S3C24A0_PA_CLKPWR (0x40000000) 21#define S3C24A0_PA_CLKPWR (0x40000000)
19#define S3C24A0_PA_IRQ (0x40200000) 22#define S3C24A0_PA_IRQ (0x40200000)
@@ -74,5 +77,7 @@
74#define S3C24XX_PA_RTC S3C24A0_PA_RTC 77#define S3C24XX_PA_RTC S3C24A0_PA_RTC
75#define S3C24XX_PA_ADC S3C24A0_PA_ADC 78#define S3C24XX_PA_ADC S3C24A0_PA_ADC
76#define S3C24XX_PA_SPI S3C24A0_PA_SPI 79#define S3C24XX_PA_SPI S3C24A0_PA_SPI
80#define S3C24XX_PA_SDI S3C24A0_PA_SDI
81#define S3C24XX_PA_NAND S3C24A0_PA_NAND
77 82
78#endif /* __ASM_ARCH_24A0_MAP_H */ 83#endif /* __ASM_ARCH_24A0_MAP_H */