ARM: dts: msm: Add mem-buf device on oemvm

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

Change-Id: Ie05f273fd3747d4bf7a071ad5addae285ab612b4
Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
Vijayanand Jitta
2024-10-14 12:31:09 +05:30
parent e617a3fe0c
commit eb791d346b
2 changed files with 20 additions and 1 deletions

View File

@@ -163,6 +163,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 = <0x000000C>;
};
};
};
@@ -206,6 +214,17 @@
clock-frequency = <19200000>;
};
qcom,mem-buf {
compatible = "qcom,mem-buf";
qcom,mem-buf-capabilities = "consumer";
qcom,vmid = <49>;
};
qcom,mem-buf-msgq {
compatible = "qcom,mem-buf-msgq";
qcom,msgq-names = "oem_vm";
};
qcom_smcinvoke {
compatible = "qcom,smcinvoke";
};

View File

@@ -710,7 +710,7 @@
qcom,mem-buf-msgq {
compatible = "qcom,mem-buf-msgq";
qcom,msgq-names = "trusted_vm";
qcom,msgq-names = "trusted_vm", "oem_vm";
};
cam_rsc: rsc@adc8000 {