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 A71F9C433F5 for ; Mon, 13 Dec 2021 18:20:46 +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=poHqeF0xAOPc3uZLZu4FUuJQtEQBVVlyL0eHCr08Q64=; b=ynA0MTib+VswOb cfW7zL1QwNQaeFQ6wfvLj5TnDphy7Scwckmzke+4UgtKJnBkj1yGPr15I+z7LCKsGssXrobDnfwC6 8r7O0Qxv7kh4MtTISX5o2AKezlCWQDLBHa73KYHyC89YxYFr2/q/lvAw9E6TfSJKY3RfOjARDmB8y h/D1KLY80ASnZlD9w/1Bar7ZbVTQekmrg4ojy8WyTsER+JZEma3vUMf89X4OyoLVoKpyLGviLqbIu qiCUpLwzjuRAJzsDQ/ZFQV8CJsTJcqSvKjE5fOtS50laVBYcgpDRRLsRE1LtRAgjWzSidOZyI49l4 98vnUovPp3F6VMPa4ang==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwpue-00Auvs-Ab; Mon, 13 Dec 2021 18:19:00 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwpua-00AuvF-L4 for linux-arm-kernel@lists.infradead.org; Mon, 13 Dec 2021 18:18:57 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3D0B26119E; Mon, 13 Dec 2021 18:18:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F23CEC34600; Mon, 13 Dec 2021 18:18:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639419535; bh=REYgSuVQdxp2bAFggNyzh9NNmOFZO6LbeZVIVnH6Uu8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SUFdmu55C4htemBDQWIPw/vyW7OKgjqa0nwzJt7rqMXVgRU5XY4XdNGBUY68C6dFp s65YM1n5cETbhRzRwV3v1BqwauyFQl9kwnnrK+Uz0qxyN6/VfxZnn3kkjPcQTbfjmq I2bNQL5Qj683EkRaAlyd9dVnbMq4B/UoplXVoefY4H2fDI4owuJOeU+kC0ptXDvB1p /C87W/uA/eFBeQU5D6t6ZW2es3Od7kj5q/+elPGr8H7xHbai2wP2ZCwmMBGyLCMr9I +8RgHRFnxsxmwsl5HTZjzNqG1G2OtzgT4uaGgHNlBUNOfd0AqNcPa9iwmkUn1tTNZH ijXsUVpMec7PA== Date: Mon, 13 Dec 2021 18:18:50 +0000 From: Will Deacon To: Thierry Reding Cc: Joerg Roedel , Robin Murphy , Rob Herring , Jon Hunter , iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 3/4] iommu/arm-smmu: Support Tegra234 SMMU Message-ID: <20211213181849.GA12405@willie-the-truck> References: <20211209163600.609613-1-thierry.reding@gmail.com> <20211209163600.609613-3-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211209163600.609613-3-thierry.reding@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211213_101856_761116_F9905382 X-CRM114-Status: GOOD ( 17.46 ) 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 Thu, Dec 09, 2021 at 05:35:59PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Allow the NVIDIA-specific ARM SMMU implementation to bind to the SMMU > instances found on Tegra234. > > Signed-off-by: Thierry Reding > --- > drivers/iommu/arm/arm-smmu/arm-smmu-impl.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-impl.c b/drivers/iommu/arm/arm-smmu/arm-smmu-impl.c > index 2c25cce38060..658f3cc83278 100644 > --- a/drivers/iommu/arm/arm-smmu/arm-smmu-impl.c > +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-impl.c > @@ -211,7 +211,8 @@ struct arm_smmu_device *arm_smmu_impl_init(struct arm_smmu_device *smmu) > if (of_property_read_bool(np, "calxeda,smmu-secure-config-access")) > smmu->impl = &calxeda_impl; > > - if (of_device_is_compatible(np, "nvidia,tegra194-smmu") || > + if (of_device_is_compatible(np, "nvidia,tegra234-smmu") || > + of_device_is_compatible(np, "nvidia,tegra194-smmu") || > of_device_is_compatible(np, "nvidia,tegra186-smmu")) > return nvidia_smmu_impl_init(smmu); Acked-by: Will Deacon Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel