projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c9993
)
ARM: dts: imx25: remove imx35-sdma compatible
author
Markus Pargmann
<mpa@pengutronix.de>
Thu, 7 Aug 2014 19:52:38 +0000
(21:52 +0200)
committer
Shawn Guo
<shawn.guo@freescale.com>
Tue, 16 Sep 2014 02:25:52 +0000
(10:25 +0800)
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>
arch/arm/boot/dts/imx25.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx25.dtsi
b/arch/arm/boot/dts/imx25.dtsi
index
c174039
..
4d40e55
100644
(file)
--- a/
arch/arm/boot/dts/imx25.dtsi
+++ b/
arch/arm/boot/dts/imx25.dtsi
@@
-453,7
+453,7
@@
};
sdma: sdma@53fd4000 {
- compatible = "fsl,imx25-sdma"
, "fsl,imx35-sdma"
;
+ compatible = "fsl,imx25-sdma";
reg = <0x53fd4000 0x4000>;
clocks = <&clks 112>, <&clks 68>;
clock-names = "ipg", "ahb";