summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorSascha Hauer <sascha@saschahauer.de>2005-11-28 18:09:44 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-11-28 18:09:44 +0000
commitf5417612d787e6b619fd69616bbf95f1b895e900 (patch)
tree00075d36e8347ff76e9e729cc9e66aed702d7c26 /include/linux/serial_core.h
parent458af5439fe7ae7d95ca14106844e61f0795166c (diff)
[ARM] 3181/1: add PORT_ identifier for Hilscher netx uart
Patch from Sascha Hauer This patch adds PORT_NETX for supporting the Hilscher netx embedded UARTs. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index a3ac92b19aca..e3710d7e260a 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -121,6 +121,9 @@
#define PORT_IP3106 70
+/* Hilscher netx */
+#define PORT_NETX 71
+
#ifdef __KERNEL__
#include <linux/config.h>