From 23636e49925f8c9e5d4fbce946a63a6931cdad52 Mon Sep 17 00:00:00 2001 From: Srinivasarao Pathipati Date: Fri, 12 Jul 2024 14:48:18 +0530 Subject: [PATCH] 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 --- qcom/parrot.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 3235f238..d35f04e1 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -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 {