diff options
author | Andrew Victor | 2007-05-11 22:37:25 +0200 |
---|---|---|
committer | Russell King | 2007-05-11 23:02:52 +0200 |
commit | 2c7ee6ab7cb7261aacea91d41da8df1874772f3f (patch) | |
tree | 63e24f302030571fc367fa4ae76308d660ac12ec /include/linux | |
parent | [ARM] 4331/3: Support for Micrel/Kendin KS8695 processor (diff) | |
download | kernel-qcow2-linux-2c7ee6ab7cb7261aacea91d41da8df1874772f3f.tar.gz kernel-qcow2-linux-2c7ee6ab7cb7261aacea91d41da8df1874772f3f.tar.xz kernel-qcow2-linux-2c7ee6ab7cb7261aacea91d41da8df1874772f3f.zip |
[ARM] 4332/2: KS8695: Serial driver
A driver for the KS8695 internal UART.
Based on the 2.6.9 driver from Micrel.
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/serial_core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index aa2653a159f4..a3ac4c896831 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -139,6 +139,10 @@ /* Blackfin bf5xx */ #define PORT_BFIN 75 +/* Micrel KS8695 */ +#define PORT_KS8695 76 + + #ifdef __KERNEL__ #include <linux/compiler.h> |