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:
@@ -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
|
||||
|
@@ -564,6 +564,7 @@
|
||||
|
||||
qcom,mem-buf-msgq {
|
||||
compatible = "qcom,mem-buf-msgq";
|
||||
qcom,msgq-names = "trusted_vm";
|
||||
};
|
||||
|
||||
apps_rsc: rsc@17a00000 {
|
||||
|
Reference in New Issue
Block a user