Skip to content

Commit

Permalink
[ARM] 3600/1: increase amba-pl010 UART_NR to 8
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lennert Buytenhek authored and Russell King committed Jun 20, 2006
1 parent f8441e1 commit 4faf4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/amba-pl010.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4faf4e0

Please sign in to comment.