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 827EFC4332F for ; Fri, 16 Dec 2022 19:30:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229453AbiLPTa2 (ORCPT ); Fri, 16 Dec 2022 14:30:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39456 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231860AbiLPTaU (ORCPT ); Fri, 16 Dec 2022 14:30:20 -0500 Received: from relay05.th.seeweb.it (relay05.th.seeweb.it [5.144.164.166]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C8C72DAB9 for ; Fri, 16 Dec 2022 11:30:18 -0800 (PST) Received: from SoMainline.org (94-209-172-39.cable.dynamic.v4.ziggo.nl [94.209.172.39]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 8E7923F432; Fri, 16 Dec 2022 20:30:16 +0100 (CET) Date: Fri, 16 Dec 2022 20:30:15 +0100 From: Marijn Suijten To: Will Deacon Cc: Martin Botka , ~postmarketos/upstreaming@lists.sr.ht, konrad.dybcio@somainline.org, angelogioacchino.delregno@somainline.org, jamipkettunen@somainline.org, Robin Murphy , Joerg Roedel , Rob Herring , linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125 Message-ID: <20221216193015.3uzmt3cxrlmbxvcf@SoMainline.org> References: <20210612094606.89576-1-martin.botka@somainline.org> <20221114125616.GC30263@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221114125616.GC30263@willie-the-truck> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2022-11-14 12:56:18, Will Deacon wrote: > On Sat, Jun 12, 2021 at 11:46:04AM +0200, Martin Botka wrote: > > This patch adds binding for sm6125 SoC > > > > Signed-off-by: Martin Botka > > --- > > Changes in V2: > > Add commit description > > Changes in V3: > > None > > Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > index 9d27aa5111d4..26d7ca86e519 100644 > > --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > @@ -37,6 +37,7 @@ properties: > > - qcom,sc7280-smmu-500 > > - qcom,sc8180x-smmu-500 > > - qcom,sdm845-smmu-500 > > + - qcom,sm6125-smmu-500 > > - qcom,sm8150-smmu-500 > > - qcom,sm8250-smmu-500 > > - qcom,sm8350-smmu-500 > > Neither this patch nor the subsequent driver patch apply. Please can you > send a v4 based on v6.1-rc1? It looks like this v3 is from June 2021, while a resend (without v4) was later sent as: https://lore.kernel.org/all/20221001185715.495477-1-martin.botka@somainline.org/ I'll skip that and send a v4 of the entire sm6125 iommu, adhering to the latest compatible conventions. - Marijn