From 14f010997ce934ca34acff0410fff5895a16b300 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Thu, 29 Jul 2004 19:12:57 +0200 Subject: [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 --- include/linux/serial_core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux') 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 -- cgit v1.2.3