diff options
| author | Ben Dooks <ben-linux@org.rmk.(none)> | 2005-03-09 22:57:45 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2005-03-09 22:57:45 +0000 |
| commit | 93db938e21a9444cf30977c60ba42a4027c35093 (patch) | |
| tree | 05474f76fe6c94835c88a4a91399b975ee24dfa8 /include/linux | |
| parent | 5059981773b193dd47126e8f1d65b1f0bacd7d59 (diff) | |
[ARM PATCH] 2526/1: S3C2410 - s3c2400 uart support
Patch from Ben Dooks
Support for s3c2400 uarts in the s3c2410.c driver,
to go with the s3c2410 and s3c2440 support already
in there.
Add PORT_S3C2400 to include/linux/serial_core.h
Signed-off-by: Ben Dooks
Signed-off-by: Russell King
Diffstat (limited to 'include/linux')
| -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 b5c7b44da087..b71f1e8c31af 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -110,6 +110,9 @@ #define PORT_VR41XX_SIU 65 #define PORT_VR41XX_DSIU 66 +/* Samsung S3C2400 SoC */ +#define PORT_S3C2400 67 + #ifdef __KERNEL__ #include <linux/config.h> |
