ENGR00307635-3 ARM: imx6sx: Update sdma DT binding
authorNicolin Chen <Guangyu.Chen@freescale.com>
Tue, 8 Apr 2014 10:39:52 +0000 (18:39 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Wed, 16 Apr 2014 13:58:18 +0000 (08:58 -0500)
Since we've created a new compatible for imx6sx-sdma, we here update its dtsi
accordingly.

Acked-by: Robin Gong <b38343@freescale.com>
Acked-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
arch/arm/boot/dts/imx6sx.dtsi

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