diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 09:07:03 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 16:58:11 -0500 |
commit | b690ace50be7d10d77cb7a6d5ef1bd9de649852f (patch) | |
tree | 280a5f1ae30ad16669e02f664923afaf4d0d41c3 /arch/arm/mach-s3c2410 | |
parent | cf18acf0e04260ff8ffa46dc245d3d2324ed41b0 (diff) |
[ARM] S3C6400: serial support for S3C6400 and S3C6410 SoCs
Add support to the Samsung serial driver for the S3C6400
and S3C6410 serial ports.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/map.h b/arch/arm/mach-s3c2410/include/mach/map.h index 6b30361a0805..918e3463297f 100644 --- a/arch/arm/mach-s3c2410/include/mach/map.h +++ b/arch/arm/mach-s3c2410/include/mach/map.h | |||
@@ -101,4 +101,6 @@ | |||
101 | #define S3C24XX_PA_SDI S3C2410_PA_SDI | 101 | #define S3C24XX_PA_SDI S3C2410_PA_SDI |
102 | #define S3C24XX_PA_NAND S3C2410_PA_NAND | 102 | #define S3C24XX_PA_NAND S3C2410_PA_NAND |
103 | 103 | ||
104 | #define S3C_PA_UART S3C24XX_PA_UART | ||
105 | |||
104 | #endif /* __ASM_ARCH_MAP_H */ | 106 | #endif /* __ASM_ARCH_MAP_H */ |