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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0D5FBC433FE for ; Tue, 4 Oct 2022 13:01:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=nSVbS/v3KGg5ZwdKpH9/3tQSrkO+aZkRPwyu95CM/HY=; b=UDry6lNYKebGyy uIrljQM6Oq1Xwu2y86EInrNeEdLhkOXyl/NOjyASUDJl24yDdDpM4WxSqrTU9Vjb/2bQijhYSf7F5 T5vFGx18dIQ1J8kvnnO1LDutxoa4yLLsLBqkMn7/rLiNEKoie7PChL9yukU10UI+pNcpDRJH4jK7R 3VxP6sByJicC/+VH7AKUzdtdMIkO4vAx491Ax8MM/5xcJnNEZW7YW51mqvj9v1KT8hlCtCSb2kxp+ 0AIpuu54OUiiFCIKVKGhXVQT3vRaSpAAz/K9EKrpR+5lPyKWbbIGFMwBZdBq8aTmMXc7JIf27wKZK HLPvryoHEfnp4YLjH7yg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofhWf-009hBB-1T; Tue, 04 Oct 2022 12:59:57 +0000 Received: from relay05.th.seeweb.it ([2001:4b7a:2000:18::166]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofhWb-009h96-AT for linux-arm-kernel@lists.infradead.org; Tue, 04 Oct 2022 12:59:55 +0000 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-Disposition: inline In-Reply-To: <20221001185715.495477-1-martin.botka@somainline.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221004_055953_541971_70241E3D X-CRM114-Status: GOOD ( 15.04 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel