diff options
author | Sandeep Patil <sandeep.patil@azingo.com> | 2008-10-21 09:06:30 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 16:46:36 -0500 |
commit | 1d4bab082474d539f900e896880aa2135e0f5393 (patch) | |
tree | 277e991e7994a5b28a894f66c7582e59b6d9c1aa /drivers/serial/samsung.c | |
parent | f0c9eb4ec2d3c9f4ddd74b75da6dfc137e0f6b0d (diff) |
[ARM] S3C24A0: Serial port definitions and driver support.
Add serial support for S3C24A0, based on current S3C2410
UART driver. It adds necessary new defines in regs-serial.h
for S3C24A0 and the code to support this device in
drivers/serial/s3c24a0.c
Signed-off-by: Sandeep Patil <sandeep.patil@azingo.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/serial/samsung.c')
-rw-r--r-- | drivers/serial/samsung.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/samsung.c b/drivers/serial/samsung.c index ebeda832c8a3..bb8b57aae3af 100644 --- a/drivers/serial/samsung.c +++ b/drivers/serial/samsung.c | |||
@@ -61,7 +61,7 @@ | |||
61 | 61 | ||
62 | /* we can support 3 uarts, but not always use them */ | 62 | /* we can support 3 uarts, but not always use them */ |
63 | 63 | ||
64 | #ifdef CONFIG_CPU_S3C2400 | 64 | #if defined(CONFIG_CPU_S3C2400) || defined(CONFIG_CPU_S3C24A0) |
65 | #define NR_PORTS (2) | 65 | #define NR_PORTS (2) |
66 | #else | 66 | #else |
67 | #define NR_PORTS (3) | 67 | #define NR_PORTS (3) |