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/imx51.dtsi | |
parent | 964c847a4282f08e166bacb5bceb35630361955f (diff) | |
download | blackbird-obmc-linux-fb72bb21486269f71775a24d6dacf2576ea3edcc.tar.gz blackbird-obmc-linux-fb72bb21486269f71775a24d6dacf2576ea3edcc.zip |
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/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 0ca62be7a03e..fb5c2c3c7952 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -695,6 +695,7 @@ interrupts = <6>; clocks = <&clks 56>, <&clks 56>; clock-names = "ipg", "ahb"; + #dma-cells = <3>; fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin"; }; |