提交 6a6be3d1 编写于 作者: M Michael Hennerich 提交者: Bryan Wu

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

Signed-off-by: NMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 3d7c603e
......@@ -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,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册