aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2014-08-07 15:52:38 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-09-15 22:25:52 -0400
commit0f4290579fe55fd471fb6aa39fd37a44538f7a97 (patch)
treef9f8985dee648b42b8321e6bbb06e42f3340f348
parentd8c99930f1402931809f6da2dfd42d56c620e0d7 (diff)
ARM: dts: imx25: remove imx35-sdma compatible
The preloaded script addresses on imx25 and imx35 are different, so imx25 is not compatible with imx35-sdma unless a custom firmware is loaded. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
-rw-r--r--arch/arm/boot/dts/imx25.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi
index c1740396b2c9..4d40e550d701 100644
--- a/arch/arm/boot/dts/imx25.dtsi
+++ b/arch/arm/boot/dts/imx25.dtsi
@@ -453,7 +453,7 @@
453 }; 453 };
454 454
455 sdma: sdma@53fd4000 { 455 sdma: sdma@53fd4000 {
456 compatible = "fsl,imx25-sdma", "fsl,imx35-sdma"; 456 compatible = "fsl,imx25-sdma";
457 reg = <0x53fd4000 0x4000>; 457 reg = <0x53fd4000 0x4000>;
458 clocks = <&clks 112>, <&clks 68>; 458 clocks = <&clks 112>, <&clks 68>;
459 clock-names = "ipg", "ahb"; 459 clock-names = "ipg", "ahb";