ARM: dts: imx: correct sdma compatbile for imx6sl and imx6sx
authorShawn Guo <shawn.guo@freescale.com>
Fri, 4 Jul 2014 06:30:27 +0000 (14:30 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:49:44 +0000 (16:49 +0800)
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 <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Acked-by: Robin Gong <yibin.gong@freescale.com>
arch/arm/boot/dts/imx6sl.dtsi
arch/arm/boot/dts/imx6sx.dtsi

index c0ee12f1f17136808aa95ef017c504337ed86e6d..0467ac064e9d75221f8a0cf2c6b063d54aa44cb3 100644 (file)
                        };
 
                        sdma: sdma@020ec000 {
-                               compatible = "fsl,imx6sl-sdma", "fsl,imx35-sdma";
+                               compatible = "fsl,imx6sl-sdma", "fsl,imx6q-sdma";
                                reg = <0x020ec000 0x4000>;
                                interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks IMX6SL_CLK_SDMA>,
index 92d48becdb45ad4fbf3fa66978c82cd41a4b7103..0c5094adedfa8fa70aa2e8124b998aa2591c5db2 100644 (file)
                        };
 
                        sdma: sdma@020ec000 {
-                               compatible = "fsl,imx6sx-sdma", "fsl,imx35-sdma";
+                               compatible = "fsl,imx6sx-sdma", "fsl,imx6q-sdma";
                                reg = <0x020ec000 0x4000>;
                                interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks IMX6SX_CLK_SDMA>,