diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-20 03:01:26 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-20 03:01:26 +0900 |
commit | ab5a4e6381d27a6554e6833383e536773e3a6ec1 (patch) | |
tree | 88cfa18c33229cea756c2308607c26c1f19e9203 /arch/arm/mach-s3c24xx/include/mach/dma.h | |
parent | 36be50515fe2aef61533b516fa2576a2c7fe7664 (diff) | |
parent | 5ddfa8428b9f21453b1160846143e0b50d51b27c (diff) |
Merge branch 'next/devel-samsung' into next/devel-samsung-2
Diffstat (limited to 'arch/arm/mach-s3c24xx/include/mach/dma.h')
-rw-r--r-- | arch/arm/mach-s3c24xx/include/mach/dma.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/include/mach/dma.h b/arch/arm/mach-s3c24xx/include/mach/dma.h index acbdfecd4186..454831b66037 100644 --- a/arch/arm/mach-s3c24xx/include/mach/dma.h +++ b/arch/arm/mach-s3c24xx/include/mach/dma.h @@ -47,6 +47,10 @@ enum dma_ch { DMACH_UART2_SRC2, DMACH_UART3, /* s3c2443 has extra uart */ DMACH_UART3_SRC2, + DMACH_SPI0_TX, /* s3c2443/2416/2450 hsspi0 */ + DMACH_SPI0_RX, /* s3c2443/2416/2450 hsspi0 */ + DMACH_SPI1_TX, /* s3c2443/2450 hsspi1 */ + DMACH_SPI1_RX, /* s3c2443/2450 hsspi1 */ DMACH_MAX, /* the end entry */ }; |