diff options
author | Sandeep Paulraj <s-paulraj@ti.com> | 2009-06-20 12:11:09 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-08-26 03:56:58 -0400 |
commit | 9f5131538368b299aabcc790f1cece0439e65a5e (patch) | |
tree | 18ad7d8d00c3bcff8fa728f378116a7743b07e4c /arch/arm/mach-davinci/include/mach | |
parent | a46e9e403cf930c7a09f7732bba78b38ab14f067 (diff) |
davinci: dm365: add mux entries for EDMA, RTC, EMAC, keypad.
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/mux.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h index c182bd458d73..55765e1fdb78 100644 --- a/arch/arm/mach-davinci/include/mach/mux.h +++ b/arch/arm/mach-davinci/include/mach/mux.h | |||
@@ -221,10 +221,15 @@ enum davinci_dm365_index { | |||
221 | DM365_EMAC_MDIO, | 221 | DM365_EMAC_MDIO, |
222 | DM365_EMAC_MDCLK, | 222 | DM365_EMAC_MDCLK, |
223 | 223 | ||
224 | /* Keypad */ | ||
225 | DM365_KEYPAD, | ||
226 | |||
224 | /* IRQ muxing */ | 227 | /* IRQ muxing */ |
225 | DM365_INT_EDMA_CC, | 228 | DM365_INT_EDMA_CC, |
226 | DM365_INT_EDMA_TC0_ERR, | 229 | DM365_INT_EDMA_TC0_ERR, |
227 | DM365_INT_EDMA_TC1_ERR, | 230 | DM365_INT_EDMA_TC1_ERR, |
231 | DM365_INT_EDMA_TC2_ERR, | ||
232 | DM365_INT_EDMA_TC3_ERR, | ||
228 | DM365_INT_PRTCSS, | 233 | DM365_INT_PRTCSS, |
229 | DM365_INT_EMAC_RXTHRESH, | 234 | DM365_INT_EMAC_RXTHRESH, |
230 | DM365_INT_EMAC_RXPULSE, | 235 | DM365_INT_EMAC_RXPULSE, |