[PATCH] arm64: dts: qcom: sdm845: Sort nodes in the reserved mem by address

2018-05-14 Thread Douglas Anderson
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 
---

 arch/arm64/boot/dts/qcom/sdm845.dtsi | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi 
b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 7c85e7c596db..63026133feab 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -31,6 +31,12 @@
no-map;
};
 
+   reserved-memory@85fe {
+   compatible = "qcom,cmd-db";
+   reg = <0x0 0x85fe 0x0 0x2>;
+   no-map;
+   };
+
smem_mem: memory@8600 {
reg = <0x0 0x8600 0x0 0x20>;
no-map;
@@ -40,12 +46,6 @@
reg = <0 0x8620 0 0x2d0>;
no-map;
};
-
-   memory@85fe {
-   compatible = "qcom,cmd-db";
-   reg = <0x0 0x85fe 0x0 0x2>;
-   no-map;
-   };
};
 
cpus {
-- 
2.17.0.441.gb46fe60e1d-goog



[PATCH] arm64: dts: qcom: sdm845: Sort nodes in the reserved mem by address

2018-05-14 Thread Douglas Anderson
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 
---

 arch/arm64/boot/dts/qcom/sdm845.dtsi | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi 
b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 7c85e7c596db..63026133feab 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -31,6 +31,12 @@
no-map;
};
 
+   reserved-memory@85fe {
+   compatible = "qcom,cmd-db";
+   reg = <0x0 0x85fe 0x0 0x2>;
+   no-map;
+   };
+
smem_mem: memory@8600 {
reg = <0x0 0x8600 0x0 0x20>;
no-map;
@@ -40,12 +46,6 @@
reg = <0 0x8620 0 0x2d0>;
no-map;
};
-
-   memory@85fe {
-   compatible = "qcom,cmd-db";
-   reg = <0x0 0x85fe 0x0 0x2>;
-   no-map;
-   };
};
 
cpus {
-- 
2.17.0.441.gb46fe60e1d-goog