Skip to content

Commit f0c15f4

Browse files
Greg UngererLinus Torvalds
authored andcommitted
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>
1 parent ee5a240 commit f0c15f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/linux/serial_core.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@
146146
/* Broadcom SB1250, etc. SOC */
147147
#define PORT_SB1250_DUART 77
148148

149+
/* Freescale ColdFire */
150+
#define PORT_MCF 78
151+
149152

150153
#ifdef __KERNEL__
151154

0 commit comments

Comments
 (0)