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 4B47AC433F5 for ; Tue, 4 Oct 2022 13:03:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230249AbiJDNDC (ORCPT ); Tue, 4 Oct 2022 09:03:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229631AbiJDNCe (ORCPT ); Tue, 4 Oct 2022 09:02:34 -0400 Received: from relay06.th.seeweb.it (relay06.th.seeweb.it [5.144.164.167]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5EF218349; Tue, 4 Oct 2022 05:59:49 -0700 (PDT) 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 78B1B3F356; Tue, 4 Oct 2022 14:59:45 +0200 (CEST) Date: Tue, 4 Oct 2022 14:59:43 +0200 From: Marijn Suijten To: Martin Botka Cc: martin.botka1@gmail.com, ~postmarketos/upstreaming@lists.sr.ht, Konrad Dybcio , AngeloGioacchino Del Regno , Jami Kettunen , Paul Bouchara , Will Deacon , Robin Murphy , Joerg Roedel , Rob Herring , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] dt-bindings: iommu: arm-smmu: Add binding for sm6125 Message-ID: <20221004125943.kifkeq3uugprh6jv@SoMainline.org> References: <20221001185715.495477-1-martin.botka@somainline.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221001185715.495477-1-martin.botka@somainline.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-10-01 20:57:15, Martin Botka wrote: > This patch adds binding for sm6125 SoC > > Signed-off-by: Martin Botka > --- > 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 9066e6df1ba1..21e15b88bae7 100644 > --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > @@ -41,6 +41,7 @@ properties: > - qcom,sdm845-smmu-500 > - qcom,sdx55-smmu-500 > - qcom,sdx65-smmu-500 > + - qcom,sm6125-smmu-500 Shouldn't this be in the list above given that you switched the APPS to smmu-v2 in https://lore.kernel.org/linux-arm-msm/20221001185750.495874-1-martin.botka@somainline.org/ Alas, I don't remember which of the two compatibles is correct for this SoC, since both were seemingly working correctly... - Marijn > - qcom,sm6350-smmu-500 > - qcom,sm6375-smmu-500 > - qcom,sm8150-smmu-500 > -- > 2.37.3 >