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

Commit 1ceb3c87 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

ARM: dts: msm: Add mem-buf's message queues to the trustedVM vdevices

Add the mem-buf driver's message queues to the trustedVM devices,
so that the resource manager can know to create a bidirectional
message channel between the primary and trusted VMs.

Change-Id: I402d7f5345b72f02bb475d01faa5ea938bcb8d20
parent 50a8cc1d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -265,6 +265,15 @@
				label = <0x00000003>;
				peer-default;
			};

			mem-buf-message-queue-pair {
				vdevice-type = "message-queue-pair";
				generate = "/hypervisor/membuf-msgq-pair";
				message-size = <0x000000f0>;
				queue-depth = <0x00000008>;
				peer-default;
				qcom,label = <0x0000001>;
			};
		};
	};