ARM: dts: msm: Add mem-buf device on kera oemvm
Describe the properties and msgqs of the mem-buf device. Change-Id: I76794172d28090e4c215a86b4fe32de6ce315d7c Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
@@ -163,6 +163,14 @@
|
|||||||
allocate-base;
|
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>;
|
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 {
|
qcom_smcinvoke {
|
||||||
compatible = "qcom,smcinvoke";
|
compatible = "qcom,smcinvoke";
|
||||||
};
|
};
|
||||||
|
@@ -564,7 +564,7 @@
|
|||||||
|
|
||||||
qcom,mem-buf-msgq {
|
qcom,mem-buf-msgq {
|
||||||
compatible = "qcom,mem-buf-msgq";
|
compatible = "qcom,mem-buf-msgq";
|
||||||
qcom,msgq-names = "trusted_vm";
|
qcom,msgq-names = "trusted_vm", "oem_vm";
|
||||||
};
|
};
|
||||||
|
|
||||||
apps_rsc: rsc@17a00000 {
|
apps_rsc: rsc@17a00000 {
|
||||||
|
Reference in New Issue
Block a user