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

Commit df81bea2 authored by Vishwanath Raju K's avatar Vishwanath Raju K
Browse files

ARM: dts: msm: update to memory map for sdx24



Increase modem size from 135MB to 139MB on 512MB variant as per v3
memory map and shift modem starting address down by 4MB on 256MB
variant as per v8 memory map to sync up with the starting address
of 512MB and 256MB variants for SDX24.

Change-Id: I037be43642671cca98581339814292fe3972036f
Signed-off-by: default avatarVishwanath Raju K <vishk@codeaurora.org>
parent d21f4f8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@
};

&mss_mem {
	reg = <0x87000000 0x8300000>;
	reg = <0x86c00000 0x8300000>;
};
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@
		mss_mem: mss_region@87400000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x87000000 0x8700000>;
			reg = <0x86c00000 0x8b00000>;
			label = "mss_mem";
		};