OSDN Git Service

arm64: dts: juno/fast models: sort couple of device nodes
authorSudeep Holla <sudeep.holla@arm.com>
Fri, 25 Jan 2019 17:50:10 +0000 (17:50 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 29 Jan 2019 14:40:13 +0000 (14:40 +0000)
Sort the couple device nodes with unit addresses which are out of order.

Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/boot/dts/arm/juno-base.dtsi
arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi

index 3a72c04..7446e0d 100644 (file)
                };
        };
 
+       replicator@20120000 {
+               compatible = "arm,coresight-dynamic-replicator", "arm,primecell";
+               reg = <0 0x20120000 0 0x1000>;
+
+               clocks = <&soc_smc50mhz>;
+               clock-names = "apb_pclk";
+               power-domains = <&scpi_devpd 0>;
+
+               out-ports {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+
+                       /* replicator output ports */
+                       port@0 {
+                               reg = <0>;
+                               replicator_out_port0: endpoint {
+                                       remote-endpoint = <&tpiu_in_port>;
+                               };
+                       };
+
+                       port@1 {
+                               reg = <1>;
+                               replicator_out_port1: endpoint {
+                                       remote-endpoint = <&etr_in_port>;
+                               };
+                       };
+               };
+               in-ports {
+                       port {
+                               replicator_in_port0: endpoint {
+                               };
+                       };
+               };
+       };
+
        cpu_debug0: cpu-debug@22010000 {
                compatible = "arm,coresight-cpu-debug", "arm,primecell";
                reg = <0x0 0x22010000 0x0 0x1000>;
                };
        };
 
-       replicator@20120000 {
-               compatible = "arm,coresight-dynamic-replicator", "arm,primecell";
-               reg = <0 0x20120000 0 0x1000>;
-
-               clocks = <&soc_smc50mhz>;
-               clock-names = "apb_pclk";
-               power-domains = <&scpi_devpd 0>;
-
-               out-ports {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-
-                       /* replicator output ports */
-                       port@0 {
-                               reg = <0>;
-                               replicator_out_port0: endpoint {
-                                       remote-endpoint = <&tpiu_in_port>;
-                               };
-                       };
-
-                       port@1 {
-                               reg = <1>;
-                               replicator_out_port1: endpoint {
-                                       remote-endpoint = <&etr_in_port>;
-                               };
-                       };
-               };
-               in-ports {
-                       port {
-                               replicator_in_port0: endpoint {
-                               };
-                       };
-               };
-       };
-
        sram: sram@2e000000 {
                compatible = "arm,juno-sram-ns", "mmio-sram";
                reg = <0x0 0x2e000000 0x0 0x8000>;
index 102e937..454cf6c 100644 (file)
                                        clock-names = "timclken1", "timclken2", "apb_pclk";
                                };
 
+                               virtio-block@130000 {
+                                       compatible = "virtio,mmio";
+                                       reg = <0x130000 0x200>;
+                                       interrupts = <42>;
+                               };
+
                                rtc@170000 {
                                        compatible = "arm,pl031", "arm,primecell";
                                        reg = <0x170000 0x1000>;
                                                };
                                        };
                                };
-
-                               virtio-block@130000 {
-                                       compatible = "virtio,mmio";
-                                       reg = <0x130000 0x200>;
-                                       interrupts = <42>;
-                               };
                        };
 
                        v2m_fixed_3v3: v2m-3v3 {