Commit fb72bb21486269f71775a24d6dacf2576ea3edcc

Authored by Huang Shijie
Committed by Shawn Guo
1 parent 964c847a42

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>

Showing 5 changed files with 5 additions and 0 deletions Side-by-side Diff

arch/arm/boot/dts/imx25.dtsi
... ... @@ -430,6 +430,7 @@
430 430 reg = <0x53fd4000 0x4000>;
431 431 clocks = <&clks 112>, <&clks 68>;
432 432 clock-names = "ipg", "ahb";
  433 + #dma-cells = <3>;
433 434 interrupts = <34>;
434 435 };
435 436  
arch/arm/boot/dts/imx51.dtsi
... ... @@ -695,6 +695,7 @@
695 695 interrupts = <6>;
696 696 clocks = <&clks 56>, <&clks 56>;
697 697 clock-names = "ipg", "ahb";
  698 + #dma-cells = <3>;
698 699 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin";
699 700 };
700 701  
arch/arm/boot/dts/imx53.dtsi
... ... @@ -1000,6 +1000,7 @@
1000 1000 interrupts = <6>;
1001 1001 clocks = <&clks 56>, <&clks 56>;
1002 1002 clock-names = "ipg", "ahb";
  1003 + #dma-cells = <3>;
1003 1004 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
1004 1005 };
1005 1006  
arch/arm/boot/dts/imx6qdl.dtsi
... ... @@ -599,6 +599,7 @@
599 599 interrupts = <0 2 0x04>;
600 600 clocks = <&clks 155>, <&clks 155>;
601 601 clock-names = "ipg", "ahb";
  602 + #dma-cells = <3>;
602 603 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
603 604 };
604 605 };
arch/arm/boot/dts/imx6sl.dtsi
... ... @@ -594,6 +594,7 @@
594 594 clocks = <&clks IMX6SL_CLK_SDMA>,
595 595 <&clks IMX6SL_CLK_SDMA>;
596 596 clock-names = "ipg", "ahb";
  597 + #dma-cells = <3>;
597 598 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6sl.bin";
598 599 };
599 600