diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx25.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx25.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h index 4a6f800990f8..8f809eb084df 100644 --- a/arch/arm/plat-mxc/include/mach/mx25.h +++ b/arch/arm/plat-mxc/include/mach/mx25.h | |||
@@ -77,4 +77,13 @@ | |||
77 | #define MX25_INT_UART1 45 | 77 | #define MX25_INT_UART1 45 |
78 | #define MX25_INT_FEC 57 | 78 | #define MX25_INT_FEC 57 |
79 | 79 | ||
80 | #define MX25_DMA_REQ_SSI2_RX1 22 | ||
81 | #define MX25_DMA_REQ_SSI2_TX1 23 | ||
82 | #define MX25_DMA_REQ_SSI2_RX0 24 | ||
83 | #define MX25_DMA_REQ_SSI2_TX0 25 | ||
84 | #define MX25_DMA_REQ_SSI1_RX1 26 | ||
85 | #define MX25_DMA_REQ_SSI1_TX1 27 | ||
86 | #define MX25_DMA_REQ_SSI1_RX0 28 | ||
87 | #define MX25_DMA_REQ_SSI1_TX0 29 | ||
88 | |||
80 | #endif /* ifndef __MACH_MX25_H__ */ | 89 | #endif /* ifndef __MACH_MX25_H__ */ |