]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00331635-3: ARM: dts: imx6sx: Update sdma DT binding
authorShengjiu Wang <shengjiu.wang@freescale.com>
Tue, 16 Sep 2014 05:40:39 +0000 (13:40 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:47 +0000 (21:17 -0600)
Complete the compatible for sdma and use same firmware as imx6q.

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
arch/arm/boot/dts/imx6sx.dtsi

index 30acfa34e1bb16fe5ccfc484fe3a124aee17043d..5ebe8ba41b2b7ebb5a2b141b9e4182c7d7d159a9 100644 (file)
                        };
 
                        sdma: sdma@020ec000 {
-                               compatible = "fsl,imx6sx-sdma";
+                               compatible = "fsl,imx6sx-sdma", "fsl,imx35-sdma";
                                reg = <0x020ec000 0x4000>;
                                interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks IMX6SX_CLK_SDMA>,
                                         <&clks IMX6SX_CLK_SDMA>;
                                clock-names = "ipg", "ahb";
                                #dma-cells = <3>;
+                               fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
                        };
                };