diff mbox series

[2/2] ARM: dts: stm32: Reorder nodes in stm32mp157c-ed1

Message ID 1530029941-26089-3-git-send-email-alexandre.torgue@st.com
State New
Headers show
Series Fixup STM32MP157 device tree | expand

Commit Message

Alexandre TORGUE June 26, 2018, 4:19 p.m. UTC
Nodes should be ordered in alphabetic order.

Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>


-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/stm32mp157c-ed1.dts b/arch/arm/boot/dts/stm32mp157c-ed1.dts
index 050c30d..de8b8a1 100644
--- a/arch/arm/boot/dts/stm32mp157c-ed1.dts
+++ b/arch/arm/boot/dts/stm32mp157c-ed1.dts
@@ -49,17 +49,6 @@ 
 	};
 };
 
-&rng1 {
-	status = "okay";
-};
-
-&timers6 {
-	status = "okay";
-	timer@5 {
-		status = "okay";
-	};
-};
-
 &i2c4 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&i2c4_pins_a>;
@@ -68,10 +57,21 @@ 
 	status = "okay";
 };
 
+&rng1 {
+	status = "okay";
+};
+
 &rtc {
 	status = "okay";
 };
 
+&timers6 {
+	status = "okay";
+	timer@5 {
+		status = "okay";
+	};
+};
+
 &uart4 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&uart4_pins_a>;