From 1ceb3c87e832e2675d1dacf578fee1ec9fc4391d Mon Sep 17 00:00:00 2001 From: "Isaac J. Manjarres" Date: Mon, 13 Jul 2020 22:15:10 -0700 Subject: [PATCH] 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 --- qcom/trustedvm.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/qcom/trustedvm.dtsi b/qcom/trustedvm.dtsi index 0149ede0..cf6e30c9 100644 --- a/qcom/trustedvm.dtsi +++ b/qcom/trustedvm.dtsi @@ -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>; + }; }; };