Blackfin arch: fix bug BlueTechnix CM-BF537 board config uses wrong IRQ for net2272...
authorMichael Hennerich <michael.hennerich@analog.com>
Mon, 29 Oct 2007 09:24:23 +0000 (17:24 +0800)
committerBryan Wu <bryan.wu@analog.com>
Mon, 29 Oct 2007 09:24:23 +0000 (17:24 +0800)
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/mach-bf537/boards/cm_bf537.c

index 52e2320..2915931 100644 (file)
@@ -281,8 +281,8 @@ static struct resource net2272_bfin_resources[] = {
                .end = 0x20200000 + 0x100,
                .flags = IORESOURCE_MEM,
        }, {
-               .start = IRQ_PF7,
-               .end = IRQ_PF7,
+               .start = IRQ_PH14,
+               .end = IRQ_PH14,
                .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
        },
 };