diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-06-24 21:21:32 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-24 21:21:32 +0100 |
commit | 73e55cb3b3549d0174d1dadb755200938232e8d0 (patch) | |
tree | 041dc51100fae9a8da403a69a7d966f99c578bc9 /include/linux/serial_core.h | |
parent | 736855f0c748dacb624070b8d6ffffe4532cf4dc (diff) | |
download | blackbird-obmc-linux-73e55cb3b3549d0174d1dadb755200938232e8d0.tar.gz blackbird-obmc-linux-73e55cb3b3549d0174d1dadb755200938232e8d0.zip |
[ARM] 3639/1: S3C2412: serial port support
Patch from Ben Dooks
Serial port support for the on-board UART blocks
on the Samsung S3C2412 and S3C2413 UARTs.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r-- | include/linux/serial_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 0ef50baa7da6..951c4e858274 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -130,6 +130,9 @@ /* SUN4V Hypervisor Console */ #define PORT_SUNHV 72 +#define PORT_S3C2412 73 + + #ifdef __KERNEL__ #include <linux/compiler.h> |