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

Commit a1da9d0f authored by Shumin Qiu's avatar Shumin Qiu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add ion secure heap and secure buffer for quin-vm

Add ion secure heap node and secure buffer node.

Change-Id: I346dd9b517d2e9f83504041a0cd2f7ea6ecdf346
parent f485565e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -82,6 +82,10 @@
		};
	};

	qcom-secure-buffer {
		compatible = "qcom,secure-buffer";
	};

	vdevs {
		compatible = "simple-bus";
		virtio_input_keyboard@1c150000 {
@@ -152,6 +156,11 @@
			memory-region = <&qseecom_ta_mem>;
			qcom,ion-heap-type = "DMA";
		};

		qcom,ion-heap@9 {
			reg = <ION_SECURE_HEAP_ID>;
			qcom,ion-heap-type = "SYSTEM_SECURE";
		};
	};

	hab: qcom,hab {