arm64: dts: renesas: r8a77970: Sort nodes
authorYoshihiro Kaneko <ykaneko0929@gmail.com>
Mon, 19 Aug 2019 12:56:33 +0000 (21:56 +0900)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 21 Aug 2019 09:05:15 +0000 (11:05 +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 <ykaneko0929@gmail.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a77970.dtsi

index 5b6164d..0cd3b37 100644 (file)
                        polling-delay = <1000>;
                        thermal-sensors = <&thermal>;
 
+                       cooling-maps {
+                       };
+
                        trips {
                                cpu-crit {
                                        temperature = <120000>;
                                        type = "critical";
                                };
                        };
-
-                       cooling-maps {
-                       };
                };
        };