diff options
author | Huang Shijie <b32955@freescale.com> | 2013-07-02 04:15:29 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 17:28:50 +0200 |
commit | fb72bb21486269f71775a24d6dacf2576ea3edcc (patch) | |
tree | 9739761a9eac9144987644c784d0ebefc0001e7f /arch/arm/boot/dts/imx6sl.dtsi | |
parent | ARM i.MX6DL: dts: add clock and mux configuration for LDB (diff) | |
download | linux-fb72bb21486269f71775a24d6dacf2576ea3edcc.tar.xz 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/imx6sl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index c5e5da02d7e3..9138c67d4961 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -594,6 +594,7 @@ clocks = <&clks IMX6SL_CLK_SDMA>, <&clks IMX6SL_CLK_SDMA>; clock-names = "ipg", "ahb"; + #dma-cells = <3>; fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6sl.bin"; }; |