Skip to content

Commit

Permalink
Blackfin arch: Sync channel defines with struct dma_register dma_io_b…
Browse files Browse the repository at this point in the history
…ase_addr.

Otherwise we use the wrong DMA channels.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed May 17, 2008
1 parent 5ce998c commit 92322da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/asm-blackfin/mach-bf561/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
#define CH_MEM_STREAM1_SRC 27 /* RX */
#define CH_MEM_STREAM2_DEST 28
#define CH_MEM_STREAM2_SRC 29
#define CH_MEM_STREAM3_SRC 30
#define CH_MEM_STREAM3_DEST 31
#define CH_MEM_STREAM3_DEST 30
#define CH_MEM_STREAM3_SRC 31
#define CH_IMEM_STREAM0_DEST 32
#define CH_IMEM_STREAM0_SRC 33
#define CH_IMEM_STREAM1_SRC 34
#define CH_IMEM_STREAM1_DEST 35
#define CH_IMEM_STREAM1_DEST 34
#define CH_IMEM_STREAM1_SRC 35

#endif

0 comments on commit 92322da

Please sign in to comment.