From: Shengjiu Wang Date: Tue, 16 Sep 2014 05:40:39 +0000 (+0800) Subject: ENGR00331635-3: ARM: dts: imx6sx: Update sdma DT binding X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=110c9b112d9f1dac25db17d0df51e0b5c0a4a3a4;p=karo-tx-linux.git ENGR00331635-3: ARM: dts: imx6sx: Update sdma DT binding Complete the compatible for sdma and use same firmware as imx6q. Signed-off-by: Shengjiu Wang --- diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 30acfa34e1bb..5ebe8ba41b2b 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -750,13 +750,14 @@ }; sdma: sdma@020ec000 { - compatible = "fsl,imx6sx-sdma"; + compatible = "fsl,imx6sx-sdma", "fsl,imx35-sdma"; reg = <0x020ec000 0x4000>; interrupts = ; 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"; }; };