Skip to content

Commit

Permalink
ARM: dts: stm32: Reorder nodes in stm32mp157c-ed1
Browse files Browse the repository at this point in the history
Nodes should be ordered in alphabetic order.

Signed-off-by: Alexandre Torgue <[email protected]>
  • Loading branch information
atorgue committed Jul 13, 2018
1 parent b866468 commit e880845
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions arch/arm/boot/dts/stm32mp157c-ed1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@
};
};

&rng1 {
status = "okay";
};

&timers6 {
status = "okay";
timer@5 {
status = "okay";
};
};

&i2c4 {
pinctrl-names = "default";
pinctrl-0 = <&i2c4_pins_a>;
Expand All @@ -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>;
Expand Down

0 comments on commit e880845

Please sign in to comment.