From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB7E0C4167B for ; Wed, 28 Dec 2022 21:34:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231157AbiL1Vej (ORCPT ); Wed, 28 Dec 2022 16:34:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229835AbiL1Vei (ORCPT ); Wed, 28 Dec 2022 16:34:38 -0500 Received: from mail.z3ntu.xyz (mail.z3ntu.xyz [128.199.32.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A07F140C8; Wed, 28 Dec 2022 13:34:37 -0800 (PST) Received: from g550jk.localnet (2a02-8388-6582-fe80-0000-0000-0000-0005.cable.dynamic.v6.surfer.at [IPv6:2a02:8388:6582:fe80::5]) by mail.z3ntu.xyz (Postfix) with ESMTPSA id 964ABCB428; Wed, 28 Dec 2022 21:34:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=z3ntu.xyz; s=z3ntu; t=1672263276; bh=P7Zg/b7zNWRtK1YhRoeKSV0ZncuTX3zqOfvkP8ZocvM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=jlfuRHrKhhHdomTKJzvJoOzwZIG6RMbL6HUGhCGxDsDDdlR5wRQrfYCFM9Z+YskjO ByxnoQytPVdCSl/1CrWpsMa7sy4qNwBJgmTImQ4bKW4PTttgH9IWkFCIRgsBSoQMpx SiPr/BsvcbwvfgVxYsflVk2rZ8WRCdtkJFzuSsNo= From: Luca Weiss To: Will Deacon Cc: iommu@lists.linux.dev, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Rob Herring , Andy Gross , Bjorn Andersson , Konrad Dybcio , Joerg Roedel , Robin Murphy , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5] dt-bindings: iommu: qcom: Add Qualcomm MSM8953 compatible Date: Wed, 28 Dec 2022 22:34:35 +0100 Message-ID: <4793103.31r3eYUQgx@g550jk> In-Reply-To: <20221114134458.GD30263@willie-the-truck> References: <20221105142016.93406-1-luca@z3ntu.xyz> <20221114134458.GD30263@willie-the-truck> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Montag, 14. November 2022 14:44:59 CET Will Deacon wrote: > On Sat, Nov 05, 2022 at 03:20:17PM +0100, Luca Weiss wrote: > > Document the compatible used for IOMMU on the msm8953 SoC. > > > > Acked-by: Rob Herring > > Signed-off-by: Luca Weiss > > --- > > Changes in v5: > > * Change subject so it hopefully gets noticed by iommu maintainers > > > > (thanks Krzysztof, maybe this helps..) > > > > Documentation/devicetree/bindings/iommu/qcom,iommu.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/iommu/qcom,iommu.txt > > b/Documentation/devicetree/bindings/iommu/qcom,iommu.txt index > > 059139abce35..e6cecfd360eb 100644 > > --- a/Documentation/devicetree/bindings/iommu/qcom,iommu.txt > > +++ b/Documentation/devicetree/bindings/iommu/qcom,iommu.txt > > @@ -10,6 +10,7 @@ to non-secure vs secure interrupt line. > > > > - compatible : Should be one of: > > "qcom,msm8916-iommu" > > > > + "qcom,msm8953-iommu" > > > > Followed by "qcom,msm-iommu-v1". > > I'd expect the MSM maintainers (i.e Andy and Bjorn) to pick this up. Bjorn, could you pick this up for v6.3 please? > > Will