summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gong <yibin.gong@nxp.com>2017-01-12 13:55:21 +0800
committerRobin Gong <yibin.gong@nxp.com>2017-01-12 14:46:24 +0800
commitf8745dcf68c9b4840af95c50137d60a2824ed7e1 (patch)
treee5628487773f4583b7fbfe4390250c772c3601dc
parent35159a72fc2e20d34cfefd1a3c87a6b77e6b8465 (diff)
MLK-13745: ARM: dts: imx6sll: sync with i.mx6ul
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> (cherry picked from commit 7b45608e39fa5dcda17271ef539523126731c1b5)
-rw-r--r--arch/arm/boot/dts/imx6sll.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi
index 0329fb8d846c..79b85957a060 100644
--- a/arch/arm/boot/dts/imx6sll.dtsi
+++ b/arch/arm/boot/dts/imx6sll.dtsi
@@ -628,7 +628,7 @@
};
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>,