]> Git Repo - linux.git/commitdiff
arm64: dts: renesas: ulcb: Sort nodes
authorYoshihiro Kaneko <[email protected]>
Tue, 23 Jul 2019 18:04:06 +0000 (03:04 +0900)
committerGeert Uytterhoeven <[email protected]>
Tue, 30 Jul 2019 09:25:35 +0000 (11:25 +0200)
Sort nodes.

If node address is present
   * Sort by node address, grouping all nodes with the same compat string
     and sorting the group alphabetically.
Else
   * Sort alphabetically

This should not have any run-time effect.

Signed-off-by: Yoshihiro Kaneko <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
arch/arm64/boot/dts/renesas/ulcb.dtsi

index 7e498b46e9aee1ba0da98e9e701f28ed5b7c455b..3ef89171538ffd03ae8b4b67a80f679a1eb3c9e1 100644 (file)
        };
 };
 
+&rwdt {
+       timeout-sec = <60>;
+       status = "okay";
+};
+
 &scif2 {
        pinctrl-0 = <&scif2_pins>;
        pinctrl-names = "default";
 
        status = "okay";
 };
-
-&rwdt {
-       timeout-sec = <60>;
-       status = "okay";
-};
This page took 0.059492 seconds and 4 git commands to generate.