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

Commit fe78d27f authored by Shiraz Hashim's avatar Shiraz Hashim Committed by Susheel Khiani
Browse files

ARM: dts: msm: Update memory map of msm8939



Update memory map of msm8939 to latest available version
(v3).

As the updated memory map removes venus region, club venus
region with qseecom for better optimization as done for
msm8916.

CRs-fixed: 677360
Change-Id: Ib92b3f3f0482f8fa9cc273ec51bda3dc540db00a
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent 81e5235b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
		qcom,ion-heap@27 { /* QSEECOM HEAP */
			compatible = "qcom,msm-ion-reserve";
			reg = <27>;
			linux,contiguous-region = <&qseecom_mem>;
			linux,contiguous-region = <&venus_qseecom_mem>;
			qcom,ion-heap-type = "DMA";
		};

+8 −14
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x0 0x8e200000 0x0 0x0800000>;
			reg = <0x0 0x86000000 0x0 0x0800000>;
			label = "external_image_mem";
		};

@@ -175,7 +175,7 @@
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x0 0x88800000 0x0 0x05a00000>;
			reg = <0x0 0x86800000 0x0 0x04e00000>;
			label = "modem_adsp_mem";
		};

@@ -183,27 +183,21 @@
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x0 0x8ea00000 0x0 0x0600000>;
			reg = <0x0 0x8b600000 0x0 0x0600000>;
			label = "peripheral_mem";
		};

		venus_mem: venus_region@0 {
			linux,reserve-contiguous-region;
			linux,memory-limit = <0x90000000>;
			reg = <0 0 0 0x0500000>;
			label = "venus_mem";
		};

		secure_mem: secure_region@0 {
			linux,reserve-contiguous-region;
			reg = <0 0 0 0x6D00000>;
			label = "secure_mem";
		};

		qseecom_mem: qseecom_region@0 {
		venus_qseecom_mem: venus_qseecom_region@0 {
			linux,reserve-contiguous-region;
			reg = <0 0 0 0xd00000>;
			label = "qseecom_mem";
			linux,memory-limit = <0x90000000>;
			reg = <0 0 0 0x1200000>;
			label = "venus_qseecom_mem";
		};

		audio_mem: audio_region@0 {
@@ -1427,7 +1421,7 @@
		qcom,pas-id = <9>;
		qcom,proxy-timeout-ms = <5000>;
		qcom,firmware-name = "venus";
		linux,contiguous-region = <&venus_mem>;
		linux,contiguous-region = <&venus_qseecom_mem>;
	};

	qcom,mss@4080000 {