From patchwork Thu Feb 4 17:09:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 12068473 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UPPERCASE_50_75,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B961EC433E0 for ; Thu, 4 Feb 2021 19:23:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69A0064F38 for ; Thu, 4 Feb 2021 19:23:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239806AbhBDTXj (ORCPT ); Thu, 4 Feb 2021 14:23:39 -0500 Received: from mail.kernel.org ([198.145.29.99]:56724 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238334AbhBDRKE (ORCPT ); Thu, 4 Feb 2021 12:10:04 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id F172B64F6A; Thu, 4 Feb 2021 17:09:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612458560; bh=6JBkxfukJnxAzAKjwZa9CPnWxEuRo/VPphBY2gDmBio=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BGbuNN8VDAjZDJhq9SwJygBlhnF8Fu0Mi73qNYd55apVBWI1j05QVPWk5RCEFFR3b obg65+q/GER/mKZlbp1CXiZLk/uXV8BZiLhX0X9rOVTcHqwjlf4Rijdz4zbQ7MBmmQ bWEFRk15nCXFZDpKIDudsJ11V7oKoiY8vVdFo8gQ3jNHgQ9s9XjoLBfco4zO/TgNCa Ew4Fu+bxLVvZ6PwSsm1a9gXlyDAX2ozL37A52EuHhHkC3ODCXVg7mPfKW5x/HHAc5K i5hiSvX3p/1g3QyGvP0fkU7yKilspAd63YJw/lNN/xzYtViqYWNhG2J/tOVnXKmrR2 WGqsZf/Ef4h9w== From: Vinod Koul To: Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, Vinod Koul , Andy Gross , linux-kernel@vger.kernel.org Subject: [PATCH 1/6] arm64: dts: qcom: Add SM8350 apss_smmu node Date: Thu, 4 Feb 2021 22:39:02 +0530 Message-Id: <20210204170907.63545-2-vkoul@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210204170907.63545-1-vkoul@kernel.org> References: <20210204170907.63545-1-vkoul@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This adds apss_smmu node to SM8350 DTS Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/sm8350.dtsi | 105 +++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index 29af0b931690..e3597e2a22ab 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -345,6 +345,111 @@ uart2: serial@98c000 { }; }; + apps_smmu: iommu@15000000 { + compatible = "qcom,sm8350-smmu-500", "arm,mmu-500"; + reg = <0 0x15000000 0 0x100000>; + #iommu-cells = <2>; + #global-interrupts = <2>; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + }; + tcsr_mutex: hwlock@1f40000 { compatible = "qcom,tcsr-mutex"; reg = <0x0 0x01f40000 0x0 0x40000>;