瀏覽代碼

add port definition for mcf UART driver

Add a port type definition for the Freescale UART driver ports (mcf.c).

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Greg Ungerer 17 年之前
父節點
當前提交
f0c15f48bb
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      include/linux/serial_core.h

+ 3 - 0
include/linux/serial_core.h

@@ -146,6 +146,9 @@
 /* Broadcom SB1250, etc. SOC */
 /* Broadcom SB1250, etc. SOC */
 #define PORT_SB1250_DUART	77
 #define PORT_SB1250_DUART	77
 
 
+/* Freescale ColdFire */
+#define PORT_MCF	78
+
 
 
 #ifdef __KERNEL__
 #ifdef __KERNEL__