Skip to content

Commit

Permalink
Blackfin arch: Make the interrupt edge and polarity type configurable…
Browse files Browse the repository at this point in the history
… based on IORESOURCE_BITS

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Jan 7, 2009
1 parent 3d7c603 commit 6a6be3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf537/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};

Expand Down

0 comments on commit 6a6be3d

Please sign in to comment.