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

Commit 1db08107 authored by Shiraz Hashim's avatar Shiraz Hashim
Browse files

ARM: dts: msm: Reduce modem region to 72MB for msm8916-512



As modem image (with optimizations) can now fit within 72MB,
accordingly update the corresponding area in memory layout
for msm8916 512MB configurations.

Change-Id: Ib83676608af2595bf015434100c761c0049e7067
Signed-off-by: default avatarShiraz Hashim <shashim@codeaurora.org>
parent 81e5235b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x0 0x86800000 0x0 0x04e00000>;
			reg = <0x0 0x86800000 0x0 0x04800000>;
			label = "modem_adsp_mem";
		};

@@ -37,7 +37,7 @@
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x0 0x8b600000 0x0 0x0600000>;
			reg = <0x0 0x8b000000 0x0 0x0600000>;
			label = "peripheral_mem";
		};