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

Commit d1d42303 authored by Tirupathi Reddy's avatar Tirupathi Reddy
Browse files

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



Add device tree entry for relocatable pil heaps to be used
using the ion framework.

Change-Id: I29cee9b37fba5388a7d468c24d5013e476eb27e0
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent 49470f81
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -28,6 +28,12 @@
			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>;
		};
	};
};