]> Pileus Git - ~andy/linux/commitdiff
[ARM] Fix IXDP425 setup bug
authorJeff Hansen <jhansen@cardaccess-inc.com>
Thu, 1 Dec 2005 15:50:35 +0000 (15:50 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 1 Dec 2005 15:50:35 +0000 (15:50 +0000)
There is a typo in the ARM IXDP425 setup definition that mistakenly tries
to use UART1's IRQ for UART2's traffic.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ixp4xx/ixdp425-setup.c

index 0a41080d2266c27083503f55384bce245cfb8a07..3a22d84e10478de8581b6d0eeb8d2c4287170eb9 100644 (file)
@@ -85,7 +85,7 @@ static struct plat_serial8250_port ixdp425_uart_data[] = {
        {
                .mapbase        = IXP4XX_UART2_BASE_PHYS,
                .membase        = (char *)IXP4XX_UART2_BASE_VIRT + REG_OFFSET,
-               .irq            = IRQ_IXP4XX_UART1,
+               .irq            = IRQ_IXP4XX_UART2,
                .flags          = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
                .iotype         = UPIO_MEM,
                .regshift       = 2,