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

ARM: dts: imx6sll: correct sdma compatible

Correct sdma compatible since ecspi errata ERR009165 has been fixed
on i.mx6sll as i.mx6ul.

Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Robin Gong and committed by
Shawn Guo
779988c5 c6c0ad74

+1 -1
+1 -1
arch/arm/boot/dts/imx6sll.dtsi
··· 621 621 }; 622 622 623 623 sdma: dma-controller@20ec000 { 624 - compatible = "fsl,imx6sll-sdma", "fsl,imx35-sdma"; 624 + compatible = "fsl,imx6sll-sdma", "fsl,imx6ul-sdma"; 625 625 reg = <0x020ec000 0x4000>; 626 626 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; 627 627 clocks = <&clks IMX6SLL_CLK_IPG>,