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

Commit 46223efc authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

ARM: dts: msm: Add a mem region for the modem on the MSM8994



To allow the PIL loader to load the modem image, remove
the modem region of memory from Linux.

Change-Id: Ib41bfc9dc1835244cf9e0c560b9cf0b95843347e
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent b5d19194
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0 0x06300000 0 0x6500000>;
			reg = <0 0x06300000 0 0xD00000>;
			label = "memory_hole";
		};

@@ -136,6 +136,14 @@
			reg = <0 0x0c800000 0 0x1b00000>;
			label = "peripheral_mem";
		};

		modem_mem: modem_region@0 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0 0x07000000 0 0x5800000>;
			label = "modem_mem";
		};
	};
};

@@ -746,6 +754,7 @@
		qcom,firmware-name = "modem";
		qcom,pil-self-auth;
		qcom,mba-image-is-not-elf;
		linux,contiguous-region = <&modem_mem>;
	};

	qcom,lpass@fe200000 {