ARM: dts: stm32: Reorder nodes in stm32mp157c-ed1

Nodes should be ordered in alphabetic order.

Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Alexandre Torgue 2018-06-26 18:07:49 +02:00
parent b86646881b
commit e880845e29
1 changed files with 11 additions and 11 deletions

View File

@ -49,17 +49,6 @@ vdd_usb: vdd-usb {
};
};
&rng1 {
status = "okay";
};
&timers6 {
status = "okay";
timer@5 {
status = "okay";
};
};
&i2c4 {
pinctrl-names = "default";
pinctrl-0 = <&i2c4_pins_a>;
@ -68,10 +57,21 @@ &i2c4 {
status = "okay";
};
&rng1 {
status = "okay";
};
&rtc {
status = "okay";
};
&timers6 {
status = "okay";
timer@5 {
status = "okay";
};
};
&uart4 {
pinctrl-names = "default";
pinctrl-0 = <&uart4_pins_a>;