mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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: David Howells <dhowells@redhat.com> Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
62fb44b962
commit
ef3d534754
@ -150,6 +150,10 @@
|
|||||||
#define PORT_MCF 78
|
#define PORT_MCF 78
|
||||||
|
|
||||||
|
|
||||||
|
/* MN10300 on-chip UART numbers */
|
||||||
|
#define PORT_MN10300 80
|
||||||
|
#define PORT_MN10300_CTS 81
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
|
||||||
#include <linux/compiler.h>
|
#include <linux/compiler.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user