All of lore.kernel.org
 help / color / mirror / Atom feed
* IXDP425 Setup Bug
@ 2005-11-15 21:42 Jeff Hansen
  0 siblings, 0 replies; only message in thread
From: Jeff Hansen @ 2005-11-15 21:42 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

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.


[-- Attachment #2: ixdp425-setup.c.patch --]
[-- Type: text/x-patch, Size: 410 bytes --]

--- 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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-15 21:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-15 21:42 IXDP425 Setup Bug Jeff Hansen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.