To whom it is concerned:
There is a typo in the ARM IXDP425 setup definition that mistakenly
tries to use UART1's IRQ for UART2's traffic. The patch is attached.
-Jeff Hansen
Card Access, Inc.
--- arch/arm/mach-ixp4xx/ixdp425-setup.c.orig 2005-11-15 13:54:16.000000000 -0700
+++ arch/arm/mach-ixp4xx/ixdp425-setup.c 2005-11-15 14:20:23.000000000 -0700
@@ -90,7 +90,7 @@
{
.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,
.iotype = UPIO_MEM,
.regshift = 2,
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]