All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 1/3] ARM: dts: imx27-pdk: Keep the dt nodes sorted
@ 2014-04-13 14:48 Fabio Estevam
  2014-04-13 14:48 ` [PATCH v4 2/3] ARM: dts: imx27-pdk: Pass the UART1 pin configuration Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabio Estevam @ 2014-04-13 14:48 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@freescale.com>

For better readability keep the dt nodes sorted.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Changes since v3:
- None
Changes since v2:
- None
Changes since v1:
- Newly introduced

 arch/arm/boot/dts/imx27-pdk.dts | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/imx27-pdk.dts b/arch/arm/boot/dts/imx27-pdk.dts
index 28c83bc..bd95265 100644
--- a/arch/arm/boot/dts/imx27-pdk.dts
+++ b/arch/arm/boot/dts/imx27-pdk.dts
@@ -21,11 +21,12 @@
 	};
 };
 
-&uart1 {
-	fsl,uart-has-rtscts;
+
+&fec {
 	status = "okay";
 };
 
-&fec {
+&uart1 {
+	fsl,uart-has-rtscts;
 	status = "okay";
 };
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-14  1:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-13 14:48 [PATCH v4 1/3] ARM: dts: imx27-pdk: Keep the dt nodes sorted Fabio Estevam
2014-04-13 14:48 ` [PATCH v4 2/3] ARM: dts: imx27-pdk: Pass the UART1 pin configuration Fabio Estevam
2014-04-13 14:48 ` [PATCH v4 3/3] ARM: dts: imx27-pdk: Pass the FEC " Fabio Estevam
2014-04-14  1:34 ` [PATCH v4 1/3] ARM: dts: imx27-pdk: Keep the dt nodes sorted Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.