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

This commit is contained in:
qctecmdr
2023-11-28 02:30:35 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -207,6 +207,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";
@@ -426,6 +435,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>;