From 4d166f93807f7079f27c659562462c94c27e345f Mon Sep 17 00:00:00 2001 From: Michael Tasche Date: Wed, 2 Dec 2015 17:34:47 +0100 Subject: intel/minnowmax: Fix IRQ connection for legacy uart at 0x3f8 The E38xx legacy uart fires IRQ4, not IRQ3. PCI based IRQ A is switched from IRQ4 to IRQ3, to get a working IRQ for the legacy uart. Change-Id: Ibc8e824c92bf1b9a92594ddc5d8a06726c9f1744 Signed-off-by: Michael Tasche Reviewed-on: https://review.coreboot.org/12622 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/mainboard/intel/minnowmax/irqroute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/intel') diff --git a/src/mainboard/intel/minnowmax/irqroute.h b/src/mainboard/intel/minnowmax/irqroute.h index bdf3d9467a..f8660693e5 100644 --- a/src/mainboard/intel/minnowmax/irqroute.h +++ b/src/mainboard/intel/minnowmax/irqroute.h @@ -70,7 +70,7 @@ * Floppy: 6 */ #define PIRQ_PIC_ROUTES \ - PIRQ_PIC(A, 4), \ + PIRQ_PIC(A, 3), \ PIRQ_PIC(B, 5), \ PIRQ_PIC(C, 7), \ PIRQ_PIC(D, 10), \ -- cgit v1.2.3