Merge "ARM: dts: msm: Add nodes for qmsgq gunyah on sun"

This commit is contained in:
qctecmdr
2023-11-28 10:51:47 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 29 additions and 0 deletions

View File

@@ -168,6 +168,15 @@
peer-default;
};
msgqsock-msgq-pair {
vdevice-type = "message-queue-pair";
generate = "/hypervisor/msgqsock-msgq-pair";
message-size = <0xf0>;
queue-depth = <0x8>;
peer = "vm-name:qcom,trustedvm";
qcom,label = <0x3>;
};
qrtr-shm {
vdevice-type = "shm-doorbell";
generate = "/hypervisor/qrtr-shm";
@@ -250,4 +259,9 @@
compatible = "qcom,qrtr-gunyah";
gunyah-label = <8>;
};
qmsgq-gunyah {
compatible = "qcom,qmsgq-gh";
msgq-label = <3>;
};
};

View File

@@ -258,6 +258,15 @@
peer-default;
qcom,label = <0xA>;
};
msgqsock-msgq {
vdevice-type = "message-queue-pair";
generate = "/hypervisor/msgqsock-msgq-pair";
message-size = <0xf0>;
queue-depth = <0x8>;
peer = "vm-name:qcom,oemvm";
qcom,label = <0x3>;
};
};
};
@@ -405,6 +414,12 @@
dma-coherent;
};
qmsgq-gunyah {
compatible = "qcom,qmsgq-gh";
qcom,master;
msgq-label = <3>;
};
qcom_smcinvoke {
compatible = "qcom,smcinvoke";
};