From: Michael Hennerich Date: Wed, 7 Jan 2009 15:14:39 +0000 (+0800) Subject: Blackfin arch: Make the interrupt edge and polarity type configurable based on IORESO... X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6a6be3d1882743a382f18da9821a410bb29964a2;p=linux-beck.git Blackfin arch: Make the interrupt edge and polarity type configurable based on IORESOURCE_BITS Signed-off-by: Michael Hennerich Signed-off-by: Bryan Wu --- diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index 980121b7e084..ed5238ca3728 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c @@ -73,7 +73,7 @@ static struct resource bfin_isp1760_resources[] = { [1] = { .start = IRQ_PF7, .end = IRQ_PF7, - .flags = IORESOURCE_IRQ, + .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL, }, };