diff options
author | Robin Gong <yibin.gong@nxp.com> | 2019-06-10 11:17:51 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-07-22 04:37:24 +0300 |
commit | 779988c5e61847774d81ec43d77b244f43ea6d79 (patch) | |
tree | 34f66f165e3f0c392e356206a4c8a7e99d098702 /arch/arm/boot/dts/imx6sll.dtsi | |
parent | c6c0ad740916425669d5c4a64cf1436f76e40065 (diff) | |
download | linux-779988c5e61847774d81ec43d77b244f43ea6d79.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6sll.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sll.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi index b0a77ff70b67..97bb1e7cb0cc 100644 --- a/arch/arm/boot/dts/imx6sll.dtsi +++ b/arch/arm/boot/dts/imx6sll.dtsi @@ -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>, |