MLK-13745: ARM: dts: imx6sll: sync with i.mx6ul
authorRobin Gong <yibin.gong@nxp.com>
Thu, 12 Jan 2017 05:55:21 +0000 (13:55 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:58:20 +0000 (14:58 -0500)
Because i.mx6sll support mega_fast power off, sdma driver can sync
with i.mx6ul which support this feature. Modify compatible name

Signed-off-by: Robin Gong <yibin.gong@nxp.com>
arch/arm/boot/dts/imx6sll.dtsi

index ef77eed..17bb6de 100644 (file)
                        };
 
                        sdma: sdma@020ec000 {
-                               compatible = "fsl,imx6sll-sdma", "fsl,imx35-sdma";
+                               compatible = "fsl,imx6ul-sdma", "fsl,imx35-sdma";
                                reg = <0x020ec000 0x4000>;
                                interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks IMX6SLL_CLK_SDMA>,