Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09c7450c authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx27-pdk: Keep the dt nodes sorted



For better readability keep the dt nodes sorted.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 40906354
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -21,11 +21,12 @@
	};
};

&uart1 {
	fsl,uart-has-rtscts;

&fec {
	status = "okay";
};

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