From 547429d6f5f921e19117a430f934f10b49b135d2 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. Signed-off-by: Srinivasarao Pathipati Signed-off-by: Bruce Levy Change-Id: I96bb135e3569ded8ca4c9c6a7c5dca34d4dcbaec --- qcom/parrot.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index f006351c..caf0545b 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -2037,6 +2037,7 @@ qcom,mem-buf-msgq { compatible = "qcom,mem-buf-msgq"; + qcom,msgq-names = "trusted_vm"; }; trust_ui_vm: qcom,trust_ui_vm@e55fc000 {