Blackfin arch: Make the interrupt edge and polarity type configurable based on IORESOURCE_BITS

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Michael Hennerich
2009-01-07 23:14:39 +08:00
committed by Bryan Wu
parent 3d7c603ed4
commit 6a6be3d188

View File

@@ -73,7 +73,7 @@ static struct resource bfin_isp1760_resources[] = {
[1] = { [1] = {
.start = IRQ_PF7, .start = IRQ_PF7,
.end = IRQ_PF7, .end = IRQ_PF7,
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
}, },
}; };