Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756785Ab2EJHuy (ORCPT ); Thu, 10 May 2012 03:50:54 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:9051 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757196Ab2EJHuw (ORCPT ); Thu, 10 May 2012 03:50:52 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Thu, 10 May 2012 00:50:45 -0700 From: Hiroshi DOYU To: CC: , Russell King , Stephen Warren , Olof Johansson , Grant Likely , Colin Cross , , Subject: [PATCH 2/2] ARM: dt: tegra30.dtsi: Add SMMU node Date: Thu, 10 May 2012 10:50:21 +0300 Message-ID: <1336636221-31575-3-git-send-email-hdoyu@nvidia.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1336636221-31575-1-git-send-email-hdoyu@nvidia.com> References: <1336636221-31575-1-git-send-email-hdoyu@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 975 Lines: 34 Add a node for the Tegra30 SMMU Signed-off-by: Hiroshi DOYU --- arch/arm/boot/dts/tegra30.dtsi | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index 167ccbc..e9792ac 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi @@ -238,4 +238,14 @@ 0x7000f284 0x17c>; interrupts = <0 77 0x04>; }; + + smmu { + compatible = "nvidia,tegra30-smmu"; + reg = <0x7000f010 0x02c + 0x7000f1f0 0x010 + 0x7000f228 0x05c>; + nvidia,#asids = <4>; /* # of ASIDs */ + dma-window = <0 0x40000000>; /* IOVA start & length */ + nvidia,ahb = <&ahb>; + }; }; -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/