diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-05-03 15:31:52 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-27 14:07:12 +0200 |
commit | d37fcdb6aec8eef9b691378957290445ed34d6fe (patch) | |
tree | beec8251ca8e63eadfc263bc03c315294b255e75 /arch/arm/boot/dts/dbx5x0.dtsi | |
parent | b32dc865395347cc5adf56c9e4c991a88263f431 (diff) | |
download | op-kernel-dev-d37fcdb6aec8eef9b691378957290445ed34d6fe.zip op-kernel-dev-d37fcdb6aec8eef9b691378957290445ed34d6fe.tar.gz |
ARM: ux500: Pass DMA memcpy channels though Device Tree
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>
Diffstat (limited to 'arch/arm/boot/dts/dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dbx5x0.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 0edad2d..7b062d9 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi @@ -218,6 +218,7 @@ interrupts = <0 25 0x4>; #dma-cells = <3>; + memcpy-channels = <56 57 58 59 60>; }; prcmu: prcmu@80157000 { |