diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-06-20 19:24:07 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-20 19:24:07 +0100 |
commit | 4faf4e0e7d4e1935fbfc5043d3ebd8d51a3d898d (patch) | |
tree | 2260b6dcdeef40ceea39ef1c2f31fd3f9dc53a33 | |
parent | f8441e13449638e9fc3c160c35ada3b6f1f8d9c0 (diff) |
[ARM] 3600/1: increase amba-pl010 UART_NR to 8
Patch from Lennert Buytenhek
The cirrus ep93xx has 3 pl010 UARTs, while amba-pl010.c only allows
for 2 by default. A while ago, I think we agreed on changing the 2
to 8, but I don't see this in 2.6.17 yet.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | drivers/serial/amba-pl010.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/amba-pl010.c b/drivers/serial/amba-pl010.c index 1631414000a2..e920d196d0b1 100644 --- a/drivers/serial/amba-pl010.c +++ b/drivers/serial/amba-pl010.c @@ -52,7 +52,7 @@ #include <asm/io.h> -#define UART_NR 2 +#define UART_NR 8 #define SERIAL_AMBA_MAJOR 204 #define SERIAL_AMBA_MINOR 16 |