From patchwork Wed Dec 1 07:29:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 12649337 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 D6FF7C433FE for ; Wed, 1 Dec 2021 07:29:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233556AbhLAHdL (ORCPT ); Wed, 1 Dec 2021 02:33:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347575AbhLAHdF (ORCPT ); Wed, 1 Dec 2021 02:33:05 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 868DDC061759; Tue, 30 Nov 2021 23:29:44 -0800 (PST) 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 sin.source.kernel.org (Postfix) with ESMTPS id D4160CE1759; Wed, 1 Dec 2021 07:29:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B5F75C53FD0; Wed, 1 Dec 2021 07:29:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638343781; bh=s8qEk1HK0t6PsaG1jQLTOHouIh3JdaX+ehSo1B9dxfM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ot7qo4Jhydns0dhy/K1Ec51bspYFnLpEuq+AL49QhNUE+5Im1VQ7sdxbqu+R5ADWJ nKx0e5VHpc7I3YbqCO6BIoHFkkmUJkt5sIavUkTbE9WAtZhp4aHb2WQEKrWnAQsAjx DFhyRdSoWD6bLs6wLrZZyJNTwDRpW/+4PX8yzOIVCcBq1AgxvlD/ZjwD+Ua/XMBJ4R EXFsOIwmJPhvhUSvrSDcBEEqdrHosICC7574y2mvl4b+Qz82AmF51oIIdcqBRNGH9Y rC14MBY0HUEpGYhzry35+8BIftmU9xEtMYYqOvnIoy0fZmGQ95a8TB9c2lZP0h/d3w iQIHoTSHxpkng== From: Vinod Koul To: Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, Vinod Koul , Andy Gross , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 06/15] arm64: dts: qcom: sm8450: add smmu nodes Date: Wed, 1 Dec 2021 12:59:06 +0530 Message-Id: <20211201072915.3969178-7-vkoul@kernel.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211201072915.3969178-1-vkoul@kernel.org> References: <20211201072915.3969178-1-vkoul@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add the apps smmu node as found in the SM8450 SoC Signed-off-by: Vinod Koul Acked-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/sm8450.dtsi | 103 +++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi index 79aead4cba66..53a6f2275621 100644 --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi @@ -616,6 +616,109 @@ tx { }; }; + apps_smmu: iommu@15000000 { + compatible = "qcom,sm8450-smmu-500", "arm,mmu-500"; + reg = <0 0x15000000 0 0x100000>; + #iommu-cells = <2>; + #global-interrupts = <2>; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + }; + intc: interrupt-controller@17100000 { compatible = "arm,gic-v3"; #interrupt-cells = <3>;