From 811e76856ab525bc392e7e4651e8d76f7e047e35 Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Fri, 4 Jul 2014 14:30:27 +0800 Subject: ARM: dts: imx: correct sdma compatbile for imx6sl and imx6sx The SDMA on imx6sl and imx6sx is more compatible with imx6q one than imx35. Let's use "fsl,imx6q-sdma" instead of "fsl,imx35-sdma", so that SDMA ROM script on imx6sl and imx6sx can work for audio driver just like the case of imx6q. Reported-by: Fabio Estevam Signed-off-by: Shawn Guo Acked-by: Robin Gong --- arch/arm/boot/dts/imx6sx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/boot/dts/imx6sx.dtsi') diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 92d48becdb45..0c5094adedfa 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -706,7 +706,7 @@ }; sdma: sdma@020ec000 { - compatible = "fsl,imx6sx-sdma", "fsl,imx35-sdma"; + compatible = "fsl,imx6sx-sdma", "fsl,imx6q-sdma"; reg = <0x020ec000 0x4000>; interrupts = ; clocks = <&clks IMX6SX_CLK_SDMA>, -- cgit