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

Commit d7be9ce7 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: I1dc93319bd016a70673a071e1f4bc7a86f348bea
Signed-off-by: default avatarNeeti Desai <neetid@codeaurora.org>
parent 9ccf1dee
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -27,5 +27,12 @@
		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 = <0x0db00000 0x1d00000>;
		};
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -430,7 +430,7 @@

	memory_hole: qcom,msm-mem-hole {
		compatible = "qcom,msm-mem-hole";
		qcom,memblock-remove = <0x0d200000 0x02c00000>; /* Address and Size of Hole */
		qcom,memblock-remove = <0x0d400000 0x02a00000>; /* Address and Size of Hole */
	};

	qcom,ipc-spinlock@fd484000 {