ARM: dts: stm32: Reorder nodes in stm32mp157c-ed1
authorAlexandre Torgue <alexandre.torgue@st.com>
Tue, 26 Jun 2018 16:07:49 +0000 (18:07 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 13 Jul 2018 11:57:04 +0000 (13:57 +0200)
Nodes should be ordered in alphabetic order.

Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ed1.dts

index 050c30d327dba13498d0cb9d00e374d6ab8827b8..de8b8a106a366587260c34b08ff4190491d60020 100644 (file)
        };
 };
 
-&rng1 {
-       status = "okay";
-};
-
-&timers6 {
-       status = "okay";
-       timer@5 {
-               status = "okay";
-       };
-};
-
 &i2c4 {
        pinctrl-names = "default";
        pinctrl-0 = <&i2c4_pins_a>;
        status = "okay";
 };
 
+&rng1 {
+       status = "okay";
+};
+
 &rtc {
        status = "okay";
 };
 
+&timers6 {
+       status = "okay";
+       timer@5 {
+               status = "okay";
+       };
+};
+
 &uart4 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart4_pins_a>;