summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tnt-laptop.lan.ayanami.246tnt.com>2004-07-29 19:12:57 +0200
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-29 19:12:57 +0200
commit14f010997ce934ca34acff0410fff5895a16b300 (patch)
treedd29ab5db6590cf28869f85e7b94b48595fe6573 /include/linux/serial_core.h
parent147cd4548a78d46394ad2d47f439c069c1205645 (diff)
[serial/ppc] Add support for MPC52xx PSCs.
Can be used as serial port and console. Compliant with the OCP driver model. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
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 1ad37531b7ad..e7e8bb92aa32 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -86,6 +86,9 @@
/* PPC CPM type number */
#define PORT_CPM 58
+/* MPC52xx type numbers */
+#define PORT_MPC52xx 59
+
#ifdef __KERNEL__
#include <linux/config.h>