arm64: dts: qcom: sdm845: Sort nodes in the reserved mem by address
authorDouglas Anderson <dianders@chromium.org>
Tue, 15 May 2018 04:43:06 +0000 (21:43 -0700)
committerAndy Gross <andy.gross@linaro.org>
Wed, 23 May 2018 04:29:01 +0000 (23:29 -0500)
Let's keep the reserved-memory node tidy and neat and keep it sorted
by address.  This should have no functional change.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index 7c85e7c..73f7106 100644 (file)
                        no-map;
                };
 
+               memory@85fe0000 {
+                       compatible = "qcom,cmd-db";
+                       reg = <0x0 0x85fe0000 0x0 0x20000>;
+                       no-map;
+               };
+
                smem_mem: memory@86000000 {
                        reg = <0x0 0x86000000 0x0 0x200000>;
                        no-map;
                        reg = <0 0x86200000 0 0x2d00000>;
                        no-map;
                };
-
-               memory@85fe0000 {
-                       compatible = "qcom,cmd-db";
-                       reg = <0x0 0x85fe0000 0x0 0x20000>;
-                       no-map;
-               };
        };
 
        cpus {