arm64: dts: renesas: salvator-common: Sort node label
authorTakeshi Kihara <takeshi.kihara.df@renesas.com>
Fri, 22 Mar 2019 09:25:02 +0000 (10:25 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 27 Mar 2019 11:13:57 +0000 (12:13 +0100)
This patch sorts the node label to improve maintainability.
The sort has been done alphabetically with the node label name as the
key.

This patch does not include functional changes.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/salvator-common.dtsi

index a225c2457274763fd558ad3aa72153c228afa51a..0e5a76fee5fc9c79ec5a9521df8034f01e42622d 100644 (file)
        };
 };
 
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &scif1 {
        pinctrl-0 = <&scif1_pins>;
        pinctrl-names = "default";
        status = "okay";
 };
 
-&rwdt {
-       timeout-sec = <60>;
-       status = "okay";
-};
-
 &xhci0 {
        pinctrl-0 = <&usb30_pins>;
        pinctrl-names = "default";