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

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

Change-Id: Idaa4a5e2212448420221b23914a54e40d1cc52a1
Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
Patrick Daly
2023-10-02 18:42:46 -07:00
parent 63e7cec2dd
commit c154db911d

View File

@@ -206,6 +206,15 @@
peer-default; 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>;
};
ddump-shm { ddump-shm {
vdevice-type = "shm-doorbell"; vdevice-type = "shm-doorbell";
generate = "/hypervisor/ddump-shm"; generate = "/hypervisor/ddump-shm";
@@ -377,6 +386,16 @@
qcom,secondary; qcom,secondary;
}; };
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,gunyah-panic-notifier { qcom,gunyah-panic-notifier {
compatible = "qcom,gh-panic-notifier"; compatible = "qcom,gh-panic-notifier";
gunyah-label = <9>; gunyah-label = <9>;