提交 2259bbd4 编写于 作者: S Sudhakar Rajashekhara 提交者: Kevin Hilman

davinci: Pass proper EDMA CC interrupt number for DA830/OMAP-L137

In EDMA resource structure, instead of passing EDMA CC
interrupt, EDMA TC error interrupt number is being passed.

Before the patch:
	root@arago:~# cat /proc/interrupts
	           CPU0
	 12:          0     cp_intc  edma_error
	 13:          0     cp_intc  edma
	Err:

After the patch:
	root@arago:~# cat /proc/interrupts
	           CPU0
	 11:          0     cp_intc  edma
	 12:          0     cp_intc  edma_error
	Err:
Signed-off-by: NSudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
上级 bea238f6
......@@ -133,7 +133,7 @@ static struct resource da8xx_edma_resources[] = {
},
{
.name = "edma0",
.start = IRQ_DA8XX_TCERRINT0,
.start = IRQ_DA8XX_CCINT0,
.flags = IORESOURCE_IRQ,
},
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册