From patchwork Wed Jun 8 13:26:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shunqian Zheng X-Patchwork-Id: 9166089 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E441760572 for ; Thu, 9 Jun 2016 00:50:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D510620855 for ; Thu, 9 Jun 2016 00:50:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C9D4B2830C; Thu, 9 Jun 2016 00:50:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 832FE20855 for ; Thu, 9 Jun 2016 00:50:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 789776EAAE; Thu, 9 Jun 2016 00:50:21 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pf0-f193.google.com (mail-pf0-f193.google.com [209.85.192.193]) by gabe.freedesktop.org (Postfix) with ESMTPS id 42C596EA01 for ; Wed, 8 Jun 2016 13:27:17 +0000 (UTC) Received: by mail-pf0-f193.google.com with SMTP id 62so636861pfd.3 for ; Wed, 08 Jun 2016 06:27:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=0a+j5TRl+/KwLlA2avQptiklHs9ZwPv7Lec0+6Yozgc=; b=BukvbSUQB+PIzUHrBDewj6sZlWimZCZxUV+15SoYeuloYiEETJw1AXHSz0ZfBibmOf 1hv2ayJ+jDvdKgDiBWfVLVNsVOWSyG7IyY5yUNE7i4YpW4mm9DAzreN0VeH0NergM1ea 56Wc+5mo4CAlSEDiCi0fGp+qzp55fhHWzDhSoPtGKMH+SwaA56GrHxU18KwlxS/xnDt5 hsqABIH1XTXdR1gnn2XZPLsDitpYGVd97s0Ysp0mGHuk7W1AdPePRAYldF2GEA9WGEDy sTIlor1LK4/3aEqB0MQDAl+K6gjaT0337ZBY0USJk5uzDMaPlkbD3AxP2AvUaX6sBYC5 fvCg== X-Gm-Message-State: ALyK8tKeiqcWYkZUBAX3o3j6x9f4e+n/zCTS5YjyHF1IhPCeOSd5vAtRhTpyx2Rkp8XPAA== X-Received: by 10.98.86.72 with SMTP id k69mr108391pfb.166.1465392436298; Wed, 08 Jun 2016 06:27:16 -0700 (PDT) Received: from SHUNQIAN-W530.example.org ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id tn7sm2604010pac.29.2016.06.08.06.27.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 08 Jun 2016 06:27:15 -0700 (PDT) From: Shunqian Zheng To: joro@8bytes.org, heiko@sntech.de, robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, mark.yao@rock-chips.com, airlied@linux.ie, tfiga@google.com, xxm@rock-chips.com Subject: [PATCH v2 7/7] iommu/rockchip: enable rockchip iommu on ARM64 platform Date: Wed, 8 Jun 2016 21:26:32 +0800 Message-Id: <1465392392-2003-8-git-send-email-zhengsq@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1465392392-2003-1-git-send-email-zhengsq@rock-chips.com> References: <1465392392-2003-1-git-send-email-zhengsq@rock-chips.com> X-Mailman-Approved-At: Thu, 09 Jun 2016 00:50:16 +0000 Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-rockchip@lists.infradead.org, iommu@lists.linux-foundation.org, Shunqian Zheng , linux-arm-kernel@lists.infradead.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Simon Xue Signed-off-by: Simon Xue Signed-off-by: Shunqian Zheng Reviewed-by: Tomasz Figa --- drivers/iommu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index ad08603..5572621 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -218,7 +218,7 @@ config OMAP_IOMMU_DEBUG config ROCKCHIP_IOMMU bool "Rockchip IOMMU Support" - depends on ARM + depends on ARM || ARM64 depends on ARCH_ROCKCHIP || COMPILE_TEST select IOMMU_API select ARM_DMA_USE_IOMMU