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

Commit e5cf0cac authored by Monika Singh's avatar Monika Singh
Browse files

ARM: dts: msm: add smcinvoke node for sdmmagpie



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: Ia7a017fcc103c3a6ec22438ff5391fdc9354f992
Signed-off-by: default avatarMonika Singh <monising@codeaurora.org>
parent f691e374
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1874,6 +1874,12 @@
		qcom,qsee-reentrancy-support = <2>;
	};

	qcom_smcinvoke: smcinvoke@86d00000 {
		compatible = "qcom,smcinvoke";
		reg = <0x86d00000 0xe00000>;
		reg-names = "secapp-region";
	};

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