Blackfin arch: fix bug BlueTechnix CM-BF537 board config uses wrong IRQ for net2272 driver

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
Michael Hennerich 2007-10-29 17:24:23 +08:00 committed by Bryan Wu
parent 885be03b06
commit 8ecc73687b
1 changed files with 2 additions and 2 deletions

View File

@ -281,8 +281,8 @@ static struct resource net2272_bfin_resources[] = {
.end = 0x20200000 + 0x100, .end = 0x20200000 + 0x100,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, { }, {
.start = IRQ_PF7, .start = IRQ_PH14,
.end = IRQ_PF7, .end = IRQ_PH14,
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL, .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
}, },
}; };