ARM: ux500: Pass DMA memcpy channels though Device Tree
authorLee Jones <lee.jones@linaro.org>
Fri, 3 May 2013 14:31:52 +0000 (15:31 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 27 May 2013 12:07:12 +0000 (14:07 +0200)
It's now possible to configure memcpy channels dynamically with DT.
We're providing them despite the fact that they're the same as the
hard-coded channels, as they will be removed once the u8500 platform
goes DT-only.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/dbx5x0.dtsi

index 0edad2d5f3a2cec8bd8dfabbc9dcfbd8688fc889..7b062d934852df30b0f770d539a0ea9a5c8d377a 100644 (file)
                        interrupts = <0 25 0x4>;
 
                        #dma-cells = <3>;
+                       memcpy-channels = <56 57 58 59 60>;
                };
 
                prcmu: prcmu@80157000 {