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

Commit 6f6fa6cc authored by Shiraz Hashim's avatar Shiraz Hashim
Browse files

ARM: dts: msm: let modem f/w region dynamically shrink



Enable "no-map-fixup" feature for modem f/w region on
mdmfermium, msm8937, msmtitanium. This would let modem
region shrink and adjust itself based upon size of first
allocation request from pil which is as per the size of
the modem f/w image.

Change-Id: I7136582f52532a148d91198a120f603f6e784774
Signed-off-by: default avatarShiraz Hashim <shashim@codeaurora.org>
parent 1cba7830
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@

		modem_adsp_mem: modem_adsp_region@0 {
			compatible = "removed-dma-pool";
			no-map;
			no-map-fixup;
			reg = <0x82a00000 0x5000000>;
		};

+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@

		modem_mem: modem_region@0 {
			compatible = "removed-dma-pool";
			no-map;
			no-map-fixup;
			reg = <0x0 0x86800000 0x0 0x5a00000>;
		};

+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@

		modem_mem: modem_region@0 {
			compatible = "removed-dma-pool";
			no-map;
			no-map-fixup;
			reg = <0x0 0x86800000 0x0 0x6a00000>;
		};