Nodes should be ordered in alphabetic order. Signed-off-by: Alexandre Torgue <alexandre.torgue@xxxxxx> 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>; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html