Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 779988c5 authored by Robin Gong's avatar Robin Gong Committed by Shawn Guo
Browse files

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: default avatarRobin Gong <yibin.gong@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c6c0ad74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -621,7 +621,7 @@
			};

			sdma: dma-controller@20ec000 {
				compatible = "fsl,imx6sll-sdma", "fsl,imx35-sdma";
				compatible = "fsl,imx6sll-sdma", "fsl,imx6ul-sdma";
				reg = <0x020ec000 0x4000>;
				interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
				clocks = <&clks IMX6SLL_CLK_IPG>,