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

Commit 043f10e2 authored by Neeti Desai's avatar Neeti Desai
Browse files

ARM: dts: msm: Add entry for relocatable pil heaps



Add device tree entry for relocatable pil heaps to
be loaded using the ion framework, and update the
device tree to with latest address of the memory
hole.

Change-Id: I7160159dce4897040610dfeece405cd41e5db415
Signed-off-by: default avatarNeeti Desai <neetid@codeaurora.org>
parent 0984d32e
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -27,5 +27,19 @@
		qcom,ion-heap@25 { /* IOMMU HEAP */
			reg = <25>;
		};

		qcom,ion-heap@23 { /* OTHER PIL HEAP */
			compatible = "qcom,msm-ion-reserve";
			reg = <23>;
			qcom,heap-align = <0x1000>;
			qcom,memory-fixed = <0x05900000 0x2200000>;
		};

		qcom,ion-heap@26 { /* MODEM HEAP */
			compatible = "qcom,msm-ion-reserve";
			reg = <26>;
			qcom,heap-align = <0x1000>;
			qcom,memory-fixed = <0x08000000 0x5100000>;
		};
	};
};
+2 −1
Original line number Diff line number Diff line
@@ -245,7 +245,8 @@

	qcom,msm-mem-hole {
		compatible = "qcom,msm-mem-hole";
		qcom,memblock-remove = <0x07f00000 0x8000000>; /* Address and size of hole */
		qcom,memblock-remove = <0x05900000 0x7800000
					0x0fa00000 0x500000>; /* Address and size of hole */
	};

	qcom,ipc-spinlock@fd484000 {