aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach/irqs.h
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2009-08-18 11:08:27 -0400
committerKevin Hilman <khilman@deeprootsystems.com>2009-08-26 04:55:58 -0400
commit0c30e0d31b57375b1decad4cc0e139e2f7758986 (patch)
tree9e7af012b2abf7f37975d590068611adb6b1d14e /arch/arm/mach-davinci/include/mach/irqs.h
parent1aebb50e06b8c184dcf1dde4314cb782f42f9e21 (diff)
DaVinci: DM365: Adding entries for DM365 IRQ's
This patch adds definitions for some DM365 IRQs that are used by the codecs. Codecs will also use the IRQs. Entries are being added to enable/disable IRQ's. There is no use as such for these entires in the kernel itself. Instead these will be used by the "linuxutils" package of the DVSDK. For further information on IRQ muxing refer to http://focus.ti.com/lit/ug/sprufg5a/sprufg5a.pdf Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> Signed-off-by: Sneha Narnakaje <nsnehaprabha@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/irqs.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/irqs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/irqs.h b/arch/arm/mach-davinci/include/mach/irqs.h
index 7f755cc387e5..3c918a772619 100644
--- a/arch/arm/mach-davinci/include/mach/irqs.h
+++ b/arch/arm/mach-davinci/include/mach/irqs.h
@@ -205,6 +205,9 @@
205 205
206/* DaVinci DM365-specific Interrupts */ 206/* DaVinci DM365-specific Interrupts */
207#define IRQ_DM365_INSFINT 7 207#define IRQ_DM365_INSFINT 7
208#define IRQ_DM365_IMXINT1 8
209#define IRQ_DM365_IMXINT0 10
210#define IRQ_DM365_KLD_ARMINT 10
208#define IRQ_DM365_IMCOPINT 11 211#define IRQ_DM365_IMCOPINT 11
209#define IRQ_DM365_RTOINT 13 212#define IRQ_DM365_RTOINT 13
210#define IRQ_DM365_TINT5 14 213#define IRQ_DM365_TINT5 14