ARM: dts: msm: Add mem-buf device on kera-vm

Describe the properties and msgqs of the mem-buf device.

Change-Id: Iae109a5ae0c0b9186e0c11b4d0e3b45b5f9f9623
Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
Vijayanand Jitta
2024-11-12 09:13:46 +05:30
parent 5cc577ffb4
commit ea88768f27
2 changed files with 20 additions and 0 deletions

View File

@@ -190,6 +190,14 @@
allocate-base;
};
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>;
};
};
};
@@ -254,6 +262,17 @@
qcom,support-hypervisor;
};
qcom,mem-buf {
compatible = "qcom,mem-buf";
qcom,mem-buf-capabilities = "consumer";
qcom,vmid = <45>;
};
qcom,mem-buf-msgq {
compatible = "qcom,mem-buf-msgq";
qcom,msgq-names = "trusted_vm";
};
/*
* QUP1 : SE0 - Secondary touch
* QUP2 : SE0 - Primary touch

View File

@@ -564,6 +564,7 @@
qcom,mem-buf-msgq {
compatible = "qcom,mem-buf-msgq";
qcom,msgq-names = "trusted_vm";
};
apps_rsc: rsc@17a00000 {