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

Commit d2c029bd authored by Zhenhua Huang's avatar Zhenhua Huang
Browse files

ARM: dts: msm: Add ion secure carveout for atoll



Describe the memory region reserved for the ion secure carveout
allocator.

Change-Id: Ic8cc69681b84f860dd64ba097c407f00cbef7482
Signed-off-by: default avatarZhenhua Huang <zhenhuah@codeaurora.org>
parent 71307250
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>;
			};
		};
	};
};