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

Commit 73449784 authored by Vinayak Menon's avatar Vinayak Menon
Browse files

ARM: dts: msm: decrease modem region size on apq8017



Decrease the modem region size to 21MB on some of the
apq8017 variants as per latest memory map with reduced
modem size.

Change-Id: Ic393d7af2aa893c4583eabede9a02546d3fd281b
Signed-off-by: default avatarVinayak Menon <vinmenon@codeaurora.org>
parent ed1679e4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -132,15 +132,15 @@
/delete-node/ &cont_splash_mem;

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x1e00000>;
	reg = <0x0 0x86800000 0x0 0x1500000>;
};

&adsp_fw_mem {
	reg = <0x0 0x88600000 0x0 0x1100000>;
	reg = <0x0 0x87d00000 0x0 0x1100000>;
};

&wcnss_fw_mem {
	reg = <0x0 0x89700000 0x0 0x700000>;
	reg = <0x0 0x88e00000 0x0 0x700000>;
};

&other_ext_mem {
+12 −0
Original line number Diff line number Diff line
@@ -80,6 +80,18 @@
	};
};

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x1500000>;
};

&adsp_fw_mem {
	reg = <0x0 0x87d00000 0x0 0x1100000>;
};

&wcnss_fw_mem {
	reg = <0x0 0x88e00000 0x0 0x700000>;
};

&secure_mem {
	status = "disabled";
};
+3 −3
Original line number Diff line number Diff line
@@ -121,15 +121,15 @@
};

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x1e00000>;
	reg = <0x0 0x86800000 0x0 0x1500000>;
};

&adsp_fw_mem {
	reg = <0x0 0x88600000 0x0 0x1100000>;
	reg = <0x0 0x87d00000 0x0 0x1100000>;
};

&wcnss_fw_mem {
	reg = <0x0 0x89700000 0x0 0x700000>;
	reg = <0x0 0x88e00000 0x0 0x700000>;
};

&other_ext_mem {