From e86f59c38f2b1ac0bdd12e59ca563232b43b4309 Mon Sep 17 00:00:00 2001 From: Deepak Saxena Date: Wed, 14 Apr 2004 20:39:05 +0100 Subject: [ARM PATCH] 1810/1: Support for non-PXA XScale UARTs Patch from Deepak Saxena Supersedes 1809/1 --- include/linux/serial_core.h | 3 ++- include/linux/serial_reg.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'include/linux') diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 701d138cefb8..4d7dd853874b 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -36,7 +36,8 @@ #define PORT_16850 12 #define PORT_RSA 13 #define PORT_NS16550A 14 -#define PORT_MAX_8250 14 /* max port ID */ +#define PORT_XSCALE 15 +#define PORT_MAX_8250 15 /* max port ID */ /* * ARM specific type numbers. These are not currently guaranteed diff --git a/include/linux/serial_reg.h b/include/linux/serial_reg.h index 49aa0db7fa0e..7b2414bd5837 100644 --- a/include/linux/serial_reg.h +++ b/include/linux/serial_reg.h @@ -142,7 +142,7 @@ #define UART_MSR_ANY_DELTA 0x0F /* Any of the delta bits! */ /* - * The Intel PXA2xx chip defines those bits + * The Intel XScale on-chip UARTs define these bits */ #define UART_IER_DMAE 0x80 /* DMA Requests Enable */ #define UART_IER_UUE 0x40 /* UART Unit Enable */ -- cgit v1.2.3