ARM: dts: msm: parrot: Add msgq-names property for Parrot

The commit 39dd329a019b ("mem-buf-msgq: Support multiple msgqs")
mandates to have 'msgq-names' property in node 'mem-buf-msgq'.
Adding default msgq entry to fix probe failure.

Change-Id: Ie882ae87864a0afbed267e4be88573d4c4b41cb3
Signed-off-by: Srinivasarao Pathipati <quic_c_spathi@quicinc.com>
This commit is contained in:
Srinivasarao Pathipati
2024-07-12 14:48:18 +05:30
parent 2e80498372
commit 23636e4992

View File

@@ -2032,6 +2032,7 @@
qcom,mem-buf-msgq {
compatible = "qcom,mem-buf-msgq";
qcom,msgq-names = "trusted_vm";
};
trust_ui_vm: qcom,trust_ui_vm@e55fc000 {