Skip to content
Snippets Groups Projects
Commit ef3d5347 authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

mn10300: allocate serial port UART IDs for on-chip serial ports


Allocate serial port UART type IDs for the MN10300 on-chip serial ports.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Acked-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 62fb44b9
Branches
Tags
No related merge requests found
......@@ -150,6 +150,10 @@
#define PORT_MCF 78
/* MN10300 on-chip UART numbers */
#define PORT_MN10300 80
#define PORT_MN10300_CTS 81
#ifdef __KERNEL__
#include <linux/compiler.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment