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

Commit 09e8441c authored by Susheel Khiani's avatar Susheel Khiani Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Reduce modem carvedout to 85MB for msm8909



Reduce the modem region carvedout to 85MB for
msm8909 to support different modem flavor and
correspondingly move down peripheral region
carvedout starting address.

Change-Id: I0628797a79044c14bce68785b14ba9763af586f4
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent ebf056a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x0 0x88000000 0x0 0x05a00000>;
			reg = <0x0 0x88000000 0x0 0x05500000>;
			label = "modem_adsp_mem";
		};

@@ -100,7 +100,7 @@
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x0 0x8da00000 0x0 0x0600000>;
			reg = <0x0 0x8d500000 0x0 0x0600000>;
			label = "peripheral_mem";
		};