diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-01-07 10:14:39 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:39 -0500 |
commit | 6a6be3d1882743a382f18da9821a410bb29964a2 (patch) | |
tree | 2596204bdf55250b2f52c8969bf6b858b431c7d8 /arch/blackfin/mach-bf537 | |
parent | 3d7c603ed44fbd7d047aa94d8791803ec1e17d03 (diff) |
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>
Diffstat (limited to 'arch/blackfin/mach-bf537')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { | |||
73 | [1] = { | 73 | [1] = { |
74 | .start = IRQ_PF7, | 74 | .start = IRQ_PF7, |
75 | .end = IRQ_PF7, | 75 | .end = IRQ_PF7, |
76 | .flags = IORESOURCE_IRQ, | 76 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL, |
77 | }, | 77 | }, |
78 | }; | 78 | }; |
79 | 79 | ||