Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54e7931d authored by Vijayanand Jitta's avatar Vijayanand Jitta
Browse files

ARM: dts: msm: Fix overlap of reserved regions on lagoon

xbl_aop_mem region is overlapping with cmd-db region, Fix this.

Fixes: 90915f2acd5e ("ARM: dts: msm: Add command db node for lagoon")
Change-Id: I272213f410019cc4d59fef4008f2c26841f790bf
parent ee24a602
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@
		xbl_aop_mem: xbl_aop_mem@80700000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x80700000 0x0 0x180000>;
			reg = <0x0 0x80700000 0x0 0x160000>;
		};

		sec_apps_mem: sec_apps_region@808ff000 {