From 110c9b112d9f1dac25db17d0df51e0b5c0a4a3a4 Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Tue, 16 Sep 2014 13:40:39 +0800 Subject: [PATCH] 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 --- arch/arm/boot/dts/imx6sx.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; }; }; -- 2.39.5