arm64: dts: qcom: sm8150: Sort dc_noc and gem_noc nodes
authorBhupesh Sharma <bhupesh.sharma@linaro.org>
Sun, 27 Jun 2021 11:46:15 +0000 (17:16 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 20 Jul 2021 13:58:12 +0000 (08:58 -0500)
Nodes should be sorted by address, so move the dc_noc and gem_noc nodes
to their correct place.

Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Link: https://lore.kernel.org/r/20210627114616.717101-3-bhupesh.sharma@linaro.org
[bjorn: Adjusted order slightly more]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sm8150.dtsi

index 62b88183174fb5bbab76c52a25b872f8e2680b1d..6f4cc9dbc80b75619caa61f6b2181a9ece47d6c6 100644 (file)
                        };
                };
 
-               dc_noc: interconnect@9160000 {
-                       compatible = "qcom,sm8150-dc-noc";
-                       reg = <0 0x09160000 0 0x3200>;
-                       #interconnect-cells = <1>;
-                       qcom,bcm-voters = <&apps_bcm_voter>;
-               };
-
-               gem_noc: interconnect@9680000 {
-                       compatible = "qcom,sm8150-gem-noc";
-                       reg = <0 0x09680000 0 0x3e200>;
-                       #interconnect-cells = <1>;
-                       qcom,bcm-voters = <&apps_bcm_voter>;
-               };
-
                usb_2_qmpphy: phy@88eb000 {
                        compatible = "qcom,sm8150-qmp-usb3-uni-phy";
                        reg = <0 0x088eb000 0 0x200>;
                        };
                };
 
+               dc_noc: interconnect@9160000 {
+                       compatible = "qcom,sm8150-dc-noc";
+                       reg = <0 0x09160000 0 0x3200>;
+                       #interconnect-cells = <1>;
+                       qcom,bcm-voters = <&apps_bcm_voter>;
+               };
+
+               gem_noc: interconnect@9680000 {
+                       compatible = "qcom,sm8150-gem-noc";
+                       reg = <0 0x09680000 0 0x3e200>;
+                       #interconnect-cells = <1>;
+                       qcom,bcm-voters = <&apps_bcm_voter>;
+               };
+
                usb_1: usb@a6f8800 {
                        compatible = "qcom,sm8150-dwc3", "qcom,dwc3";
                        reg = <0 0x0a6f8800 0 0x400>;