Skip to content

Commit

Permalink
ARM: dts: imx27-pdk: Keep the dt nodes sorted
Browse files Browse the repository at this point in the history
For better readability keep the dt nodes sorted.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed May 16, 2014
1 parent 4090635 commit 09c7450
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions arch/arm/boot/dts/imx27-pdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
};
};

&uart1 {
fsl,uart-has-rtscts;

&fec {
status = "okay";
};

&fec {
&uart1 {
fsl,uart-has-rtscts;
status = "okay";
};

0 comments on commit 09c7450

Please sign in to comment.