diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-01-07 23:14:39 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 23:14:39 +0800 |
commit | 6a6be3d1882743a382f18da9821a410bb29964a2 (patch) | |
tree | 2596204bdf55250b2f52c8969bf6b858b431c7d8 /arch | |
parent | 3d7c603ed44fbd7d047aa94d8791803ec1e17d03 (diff) | |
download | linux-exynos-6a6be3d1882743a382f18da9821a410bb29964a2.tar.gz linux-exynos-6a6be3d1882743a382f18da9821a410bb29964a2.tar.bz2 linux-exynos-6a6be3d1882743a382f18da9821a410bb29964a2.zip |
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')
-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[] = { [1] = { .start = IRQ_PF7, .end = IRQ_PF7, - .flags = IORESOURCE_IRQ, + .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL, }, }; |