Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Acked-by: Robin Gong <yibin.gong@freescale.com>

Shawn Guo 811e7685 9c86ae8c

+2 -2
+1 -1
arch/arm/boot/dts/imx6sl.dtsi
··· 608 608 }; 609 609 610 610 sdma: sdma@020ec000 { 611 - compatible = "fsl,imx6sl-sdma", "fsl,imx35-sdma"; 611 + compatible = "fsl,imx6sl-sdma", "fsl,imx6q-sdma"; 612 612 reg = <0x020ec000 0x4000>; 613 613 interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>; 614 614 clocks = <&clks IMX6SL_CLK_SDMA>,
+1 -1
arch/arm/boot/dts/imx6sx.dtsi
··· 706 706 }; 707 707 708 708 sdma: sdma@020ec000 { 709 - compatible = "fsl,imx6sx-sdma", "fsl,imx35-sdma"; 709 + compatible = "fsl,imx6sx-sdma", "fsl,imx6q-sdma"; 710 710 reg = <0x020ec000 0x4000>; 711 711 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; 712 712 clocks = <&clks IMX6SX_CLK_SDMA>,