summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSudhakar Rajashekhara2009-07-10 12:28:52 +0200
committerKevin Hilman2009-08-26 09:57:02 +0200
commit2259bbd460c5c15567e2e311d0ab0fe763b40031 (patch)
tree974671c1f8d6d502be8833333539d9bad2830757 /arch/arm
parentdavinci: Move the da830/omap-l137 #defines to header file (diff)
downloadkernel-qcow2-linux-2259bbd460c5c15567e2e311d0ab0fe763b40031.tar.gz
kernel-qcow2-linux-2259bbd460c5c15567e2e311d0ab0fe763b40031.tar.xz
kernel-qcow2-linux-2259bbd460c5c15567e2e311d0ab0fe763b40031.zip
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: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-davinci/devices-da8xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/devices-da8xx.c b/arch/arm/mach-davinci/devices-da8xx.c
index c367055ae9b9..11c0971e13a6 100644
--- a/arch/arm/mach-davinci/devices-da8xx.c
+++ b/arch/arm/mach-davinci/devices-da8xx.c
@@ -133,7 +133,7 @@ static struct resource da8xx_edma_resources[] = {
},
{
.name = "edma0",
- .start = IRQ_DA8XX_TCERRINT0,
+ .start = IRQ_DA8XX_CCINT0,
.flags = IORESOURCE_IRQ,
},
{