From 840ca8a6723cc9a4c090395d54a2097433ec2774 Mon Sep 17 00:00:00 2001 From: Patrick Daly Date: Wed, 12 Jun 2024 17:11:19 -0700 Subject: [PATCH] ARM: dts: msm: Add qcom,msgq-names property on pineapple Probe of mem-buf device fails unless this property is present. Fixes: c811ad67a603 ("ARM: dts: msm: Add support for mem-buf-msgq between oemvm and pvm") Change-Id: I8ec7302fb79f554edf20e55b2d15ae61486f6d0c Signed-off-by: Patrick Daly --- qcom/pineapple-vm.dtsi | 3 ++- qcom/pineapple.dtsi | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/qcom/pineapple-vm.dtsi b/qcom/pineapple-vm.dtsi index ed4ab46b..c6a5b3c1 100644 --- a/qcom/pineapple-vm.dtsi +++ b/qcom/pineapple-vm.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include #include @@ -318,6 +318,7 @@ qcom,mem-buf-msgq { compatible = "qcom,mem-buf-msgq"; + qcom,msgq-names = "trusted_vm"; }; virtio_mem_device { diff --git a/qcom/pineapple.dtsi b/qcom/pineapple.dtsi index 5b41ab58..ef9c9d1a 100644 --- a/qcom/pineapple.dtsi +++ b/qcom/pineapple.dtsi @@ -2406,7 +2406,8 @@ }; qcom,mem-buf-msgq { - compatible = "qcom,mem-buf-msgq"; + compatible = "qcom,mem-buf-msgq"; + qcom,msgq-names = "trusted_vm"; }; qti,smmu-proxy {