projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
702bfbe
)
ARM: dts: imx25-pdk: Sort the dt nodes
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 5 Mar 2014 20:30:35 +0000
(17:30 -0300)
committer
Shawn Guo
<shawn.guo@freescale.com>
Wed, 30 Apr 2014 05:35:18 +0000
(13:35 +0800)
Keep the dt nodes sorted for better readability.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx25-pdk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx25-pdk.dts
b/arch/arm/boot/dts/imx25-pdk.dts
index f607ce520edae56fd9060ac8ca61e2663fbf35fc..88267c5c3ef48f34aa8b5c4dc1d0eb58a67c5e2c 100644
(file)
--- a/
arch/arm/boot/dts/imx25-pdk.dts
+++ b/
arch/arm/boot/dts/imx25-pdk.dts
@@
-21,10
+21,6
@@
};
};
-&uart1 {
- status = "okay";
-};
-
&fec {
phy-mode = "rmii";
status = "okay";
@@
-34,3
+30,7
@@
nand-on-flash-bbt;
status = "okay";
};
+
+&uart1 {
+ status = "okay";
+};