]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: tegra: Sort device tree nodes alphabetically
authorThierry Reding <treding@nvidia.com>
Thu, 20 Jun 2019 09:32:24 +0000 (11:32 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 20 Jun 2019 09:33:05 +0000 (11:33 +0200)
Device tree nodes without unit-address are to be sorted alphabetically.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra186.dtsi

index 3c811943e70022167dbb636db2396c8c786cfd91..d4d02f0438359bc83e17501634161cebdc72e8ff 100644 (file)
@@ -1127,6 +1127,30 @@ cpu_bpmp_rx: shmem@4f000 {
                };
        };
 
+       bpmp: bpmp {
+               compatible = "nvidia,tegra186-bpmp";
+               iommus = <&smmu TEGRA186_SID_BPMP>;
+               mboxes = <&hsp_top0 TEGRA_HSP_MBOX_TYPE_DB
+                                   TEGRA_HSP_DB_MASTER_BPMP>;
+               shmem = <&cpu_bpmp_tx &cpu_bpmp_rx>;
+               #clock-cells = <1>;
+               #reset-cells = <1>;
+               #power-domain-cells = <1>;
+
+               bpmp_i2c: i2c {
+                       compatible = "nvidia,tegra186-bpmp-i2c";
+                       nvidia,bpmp-bus-id = <5>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       status = "disabled";
+               };
+
+               bpmp_thermal: thermal {
+                       compatible = "nvidia,tegra186-bpmp-thermal";
+                       #thermal-sensor-cells = <1>;
+               };
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
@@ -1228,30 +1252,6 @@ L2_A57: l2-cache1 {
                };
        };
 
-       bpmp: bpmp {
-               compatible = "nvidia,tegra186-bpmp";
-               iommus = <&smmu TEGRA186_SID_BPMP>;
-               mboxes = <&hsp_top0 TEGRA_HSP_MBOX_TYPE_DB
-                                   TEGRA_HSP_DB_MASTER_BPMP>;
-               shmem = <&cpu_bpmp_tx &cpu_bpmp_rx>;
-               #clock-cells = <1>;
-               #reset-cells = <1>;
-               #power-domain-cells = <1>;
-
-               bpmp_i2c: i2c {
-                       compatible = "nvidia,tegra186-bpmp-i2c";
-                       nvidia,bpmp-bus-id = <5>;
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-                       status = "disabled";
-               };
-
-               bpmp_thermal: thermal {
-                       compatible = "nvidia,tegra186-bpmp-thermal";
-                       #thermal-sensor-cells = <1>;
-               };
-       };
-
        thermal-zones {
                a57 {
                        polling-delay = <0>;