summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMarc Singer <elf@com.rmk.(none)>2004-06-23 02:44:18 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2004-06-23 02:44:18 +0100
commit694b677ff8b68d1a5b6692795615f6d118e96873 (patch)
treec7d36b3dae44f635d019399c7c06fa20c1f8a468 /include/linux
parent144b630025a6c88cc283a17e34142522a78be7a1 (diff)
[ARM PATCH] 1913/1: lh7a40x #3 (1/2) serial
Patch from Marc Singer Serial console and port driver for the LH7a40x CPUs. The only change made since the last patch was to change the PORT_ID (again). This patch superceeds two serial driver patches.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/serial_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index f79c67d6f281..c653647073f1 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -80,6 +80,9 @@
/* SGI IP22 aka Indy / Challenge S / Indigo 2 */
#define PORT_IP22ZILOG 56
+/* Sharp LH7a40x -- an ARM9 SoC series */
+#define PORT_LH7A40X 57
+
#ifdef __KERNEL__
#include <linux/config.h>