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

Commit 07ceb9f1 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 72cacd0f d7be9ce7
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
@@ -653,7 +653,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 {