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

Commit 18c5591c authored by Dinesh K Garg's avatar Dinesh K Garg
Browse files

ARM: dts: msm: Add smcinvoke node for SM8150



Current SMCInvoke based framework supports communication between TZ
and HLOS where objects are owned by TZ i.e. services are provided
by TZ. However, if TZ needs a service from Linux, it has to invoke
operation on an object owned by Linux. Such objects are called
local objects which could be either callabck objects or memory objects.
Callback objects provide services such as operations on a file. Memory
objects provide large memory sharing facility between TZ and Linux.
Adding smcinvoke node to support local objects.

Change-Id: I0a9905ad84828a1707401c122bc3076b913dafdc
Signed-off-by: default avatarDinesh K Garg <dineshg@codeaurora.org>
parent fd55b805
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2840,6 +2840,12 @@
		qcom,qsee-reentrancy-support = <2>;
	};

	qcom_smcinvoke: smcinvoke@87900000 {
		compatible = "qcom,smcinvoke";
		reg = <0x87900000 0x2200000>;
		reg-names = "secapp-region";
	};

	qcom_rng: qrng@793000 {
		compatible = "qcom,msm-rng";
		reg = <0x793000 0x1000>;