From patchwork Wed Dec 15 04:34:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 524648 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 7CE75C433F5 for ; Wed, 15 Dec 2021 04:35:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239728AbhLOEfL (ORCPT ); Tue, 14 Dec 2021 23:35:11 -0500 Received: from sin.source.kernel.org ([145.40.73.55]:46486 "EHLO sin.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236512AbhLOEfJ (ORCPT ); Tue, 14 Dec 2021 23:35:09 -0500 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 72793CE1C09; Wed, 15 Dec 2021 04:35:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4DEEFC34600; Wed, 15 Dec 2021 04:35:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639542905; bh=o43MS1iwY7lmLuBfPF6I5dCF09PMcpDX/HWgUMI+gDY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=khoy2vXylEnhKC7Y13qdpPVvvHKci5Q91HssNRiwq3hGoHktQs/oU5V2B3Ob6ra6C qz6iIMxPIsjEnhuRz/cYD60dpgwsqJX4XtZ0W5Z2RSYEXrAFHa7MCfk2aeuFhjEmBa xM/zloqiwY/35KbstZDu2pxmPaUXnHB+dJi1dqYpP6YxSZWGrhKAMDNaK/JKxFHLs/ M+Sp8iMU6dKfZvtiMLp+Rm+sWUPOTbxy431g7FkYDpzEGBlopNV2WgD/LhrK8V8e+z BYFiAFxkJZpPzrjdE/M8v3bQMmChiewvdYcoQY6doCjPsSwyrtMjsbmEqb/Oq1K0hy pGSWL9Grbc4GA== From: Vinod Koul To: Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, Vinod Koul , Andy Gross , Rob Herring , Konrad Dybcio , devicetree@vger.kernel.org Subject: [PATCH v3 04/11] arm64: dts: qcom: sm8450: add smmu nodes Date: Wed, 15 Dec 2021 10:04:33 +0530 Message-Id: <20211215043440.605624-5-vkoul@kernel.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211215043440.605624-1-vkoul@kernel.org> References: <20211215043440.605624-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 d9439c6ebfa2..d29680c405bf 100644 --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi @@ -615,6 +615,109 @@ qup_uart7_tx: qup-uart7-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>;