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

Commit 9922c941 authored by Shiraz Hashim's avatar Shiraz Hashim
Browse files

ARM: dts: msm: Change modem carveout size for apq8016



apq8016 variant (of msm8916) includes msm8916 memory
layout for its usage. However memory layout for apq8016
defines modem carveout region of size 43MB. Accordingly
override the corresponding modem size for all apq8016
platforms.

Change-Id: Ibd18f95f61f9722f1f3b3e6049529f62bb2db61b
Signed-off-by: default avatarShiraz Hashim <shashim@codeaurora.org>
parent eddaea8d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -20,6 +20,16 @@
	compatible = "qcom,apq8016", "qcom,mtp";
	qcom,msm-id = <247 0>;
	qcom,board-id = <8 1>;

	memory {
		modem_adsp_mem: modem_adsp_region@0 {
			reg = <0x0 0x86800000 0x0 0x02b00000>;
		};

		peripheral_mem: pheripheral_region@0 {
			reg = <0x0 0x89300000 0x0 0x0600000>;
		};
	};
};

&soc {
+10 −0
Original line number Diff line number Diff line
@@ -20,4 +20,14 @@
	compatible = "qcom,apq8016", "qcom,mtp";
	qcom,msm-id = <247 0>;
	qcom,board-id = <8 0>;

	memory {
		modem_adsp_mem: modem_adsp_region@0 {
			reg = <0x0 0x86800000 0x0 0x02b00000>;
		};

		peripheral_mem: pheripheral_region@0 {
			reg = <0x0 0x89300000 0x0 0x0600000>;
		};
	};
};