diff options
author | Huang Shijie <b32955@freescale.com> | 2013-07-02 10:15:29 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 23:28:50 +0800 |
commit | fb72bb21486269f71775a24d6dacf2576ea3edcc (patch) | |
tree | 9739761a9eac9144987644c784d0ebefc0001e7f /arch/arm/boot/dts/imx25.dtsi | |
parent | 964c847a4282f08e166bacb5bceb35630361955f (diff) |
ARM: dts: imx: add #dma-cells property for sdma
Add the #dma-cells property for all the sdma in all the imx platforms.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx25.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx25.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi index f5904844ab4..a69abaa87a2 100644 --- a/arch/arm/boot/dts/imx25.dtsi +++ b/arch/arm/boot/dts/imx25.dtsi @@ -430,6 +430,7 @@ reg = <0x53fd4000 0x4000>; clocks = <&clks 112>, <&clks 68>; clock-names = "ipg", "ahb"; + #dma-cells = <3>; interrupts = <34>; }; |