arm64: dts: renesas: r8a77995: sort subnodes of the root node
authorYoshihiro Kaneko <[email protected]>
Wed, 18 Apr 2018 20:14:36 +0000 (05:14 +0900)
committerSimon Horman <[email protected]>
Wed, 16 May 2018 08:44:21 +0000 (10:44 +0200)
Sort subnodes of the root node alphanumerically.

This is part of an ongoing effort to provide consistent node
order in the DT of Renesas SoCs to improve maintainability.

This should not have any run-time effect.

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

index 82aed7ee984c34f6faeb464013bd8af03a4e03f2..cf476556504ad74871bfddcc8bb0ba4181109b41 100644 (file)
        #address-cells = <2>;
        #size-cells = <2>;
 
-       psci {
-               compatible = "arm,psci-1.0", "arm,psci-0.2";
-               method = "smc";
+       /* External CAN clock - to be overridden by boards that provide it */
+       can_clk: can {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <0>;
        };
 
        cpus {
                clock-frequency = <0>;
        };
 
-       /* External CAN clock - to be overridden by boards that provide it */
-       can_clk: can {
-               compatible = "fixed-clock";
-               #clock-cells = <0>;
-               clock-frequency = <0>;
-       };
-
        pmu_a53 {
                compatible = "arm,cortex-a53-pmu";
                interrupts-extended = <&gic GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
        };
 
+       psci {
+               compatible = "arm,psci-1.0", "arm,psci-0.2";
+               method = "smc";
+       };
+
        scif_clk: scif {
                compatible = "fixed-clock";
                #clock-cells = <0>;