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

Commit b82ffa81 authored by Vijay Navnath Kamble's avatar Vijay Navnath Kamble Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update modem, adsp and wcnss regions for apq8053



Modem firmware region carveout size is reduced from 86MB to
30MB and changes to adsp and wcnss region base as per latest
memory map for msm8953-iot and apq8053 target variants.

Change-Id: Iafbe5379668358236a2f245d7a44bd3e2ef811ba
Signed-off-by: default avatarVijay Navnath Kamble <vkambl@codeaurora.org>
parent 8d843ad9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -139,3 +139,15 @@
	qcom,model = "msm8953-tasha-snd-card";
	status = "okay";
};

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

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

&wcnss_fw_mem {
	reg = <0x0 0x89b00000 0x0 0x700000>;
};
+12 −0
Original line number Diff line number Diff line
@@ -146,3 +146,15 @@
&soc {
	/delete-node/ hbtp;
};

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

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

&wcnss_fw_mem {
	reg = <0x0 0x89b00000 0x0 0x700000>;
};
+12 −0
Original line number Diff line number Diff line
@@ -40,3 +40,15 @@
		};
	};
};

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

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

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