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

Commit 88056419 authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

ARM: dts: msm: add ion carveout heap on Lito

Add dt node that manages the carveout region as ion heap.

Change-Id: I1f4e0b976da008eabe6e259df4b973d27c5c7664
parent b30cdba8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -37,5 +37,14 @@
			memory-region = <&secure_display_memory>;
			qcom,ion-heap-type = "HYP_CMA";
		};

		qcom,ion-heap@14 { /* SECURE CARVEOUT HEAP */
			reg = <14>;
			qcom,ion-heap-type = "SECURE_CARVEOUT";
			cdsp {
				memory-region = <&cdsp_sec_mem>;
				token = <0x20000000>;
			};
		};
	};
};