ARM: dts: msm: update command db start address for Kona

Update command DB reserved memory address for Kona. Also rearrange the
node to fit in ascending order of reserved memory.

Change-Id: Ia6029ecb2c8c248fba82a0c617a67a083fc26178
Signed-off-by: Lina Iyer <ilina@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/kona.dtsi b/arch/arm64/boot/dts/qcom/kona.dtsi
index 6074cc0..a8c5f3c 100644
--- a/arch/arm64/boot/dts/qcom/kona.dtsi
+++ b/arch/arm64/boot/dts/qcom/kona.dtsi
@@ -248,6 +248,12 @@
 			reg = <0x0 0x80700000 0x0 0x140000>;
 		};
 
+		cmd_db: reserved-memory@80820000 {
+			reg = <0x0 0x80820000 0x0 0x20000>;
+			compatible = "qcom,cmd-db";
+			no-map;
+		};
+
 		smem_mem: smem_region@80900000 {
 			no-map;
 			reg = <0x0 0x80900000 0x0 0x200000>;
@@ -263,12 +269,6 @@
 			reg = <0x0 0x81e00000 0x0 0x2600000>;
 		};
 
-		cmd_db: reserved-memory@85fe0000 {
-			reg = <0x0 0x85fe0000 0x0 0x20000>;
-			compatible = "qcom,cmd-db";
-			no-map;
-		};
-
 		pil_camera_mem: pil_camera_region@86000000 {
 			compatible = "removed-dma-pool";
 			no-map;