From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay06.th.seeweb.it (relay06.th.seeweb.it [5.144.164.167]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CA1431111 for ; Wed, 21 Sep 2022 00:02:20 +0000 (UTC) Received: from [192.168.1.101] (95.49.29.188.neoplus.adsl.tpnet.pl [95.49.29.188]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 099F93F642; Wed, 21 Sep 2022 01:45:33 +0200 (CEST) Message-ID: <63db6214-18a8-1668-ddaf-8c806324ddb4@somainline.org> Date: Wed, 21 Sep 2022 01:45:33 +0200 Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH 2/2] iommu: arm-smmu-qcom: add sdm670 compatible Content-Language: en-US To: Richard Acayan , linux-arm-msm@vger.kernel.org Cc: Will Deacon , Robin Murphy , Joerg Roedel , Rob Herring , Krzysztof Kozlowski , Bjorn Andersson , Sai Prakash Ranjan , Dmitry Baryshkov , Rob Clark , Sibi Sankar , Loic Poulain , Vinod Koul , iommu@lists.linux.dev, devicetree@vger.kernel.org References: <20220920223955.151507-1-mailingradian@gmail.com> <20220920223955.151507-3-mailingradian@gmail.com> From: Konrad Dybcio In-Reply-To: <20220920223955.151507-3-mailingradian@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 21.09.2022 00:39, Richard Acayan wrote: > The Snapdragon 670 needs the IOMMU for GENI I2C. Way more than that, but sure :D Add a compatible string to > support it. > > Signed-off-by: Richard Acayan > --- Reviewed-by: Konrad Dybcio Konrad > drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c > index b2708de25ea3..bf9653b9eb89 100644 > --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c > +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c > @@ -431,6 +431,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = { > { .compatible = "qcom,sc8180x-smmu-500" }, > { .compatible = "qcom,sc8280xp-smmu-500" }, > { .compatible = "qcom,sdm630-smmu-v2" }, > + { .compatible = "qcom,sdm670-smmu-500" }, > { .compatible = "qcom,sdm845-smmu-500" }, > { .compatible = "qcom,sm6125-smmu-500" }, > { .compatible = "qcom,sm6350-smmu-500" },