Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754596Ab2EGGoo (ORCPT ); Mon, 7 May 2012 02:44:44 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:12580 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753662Ab2EGGom (ORCPT ); Mon, 7 May 2012 02:44:42 -0400 X-PGP-Universal: processed; by hqnvupgp06.nvidia.com on Sun, 06 May 2012 23:44:32 -0700 From: Hiroshi DOYU To: swarren@wwwdotorg.org Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Hiroshi DOYU , Russell King , Stephen Warren , Olof Johansson , Grant Likely , Simon Glass , Colin Cross , linux-kernel@vger.kernel.org Subject: [PATCHv5 3/3] ARM: dt: tegra: Add device tree support for AHB Date: Mon, 7 May 2012 09:43:47 +0300 Message-Id: <1336373032-16881-3-git-send-email-hdoyu@nvidia.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1336373032-16881-1-git-send-email-hdoyu@nvidia.com> References: <1336373032-16881-1-git-send-email-hdoyu@nvidia.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1337 Lines: 45 Add AHB entry for tegra20/30. Signed-off-by: Hiroshi DOYU --- arch/arm/boot/dts/tegra20.dtsi | 5 +++++ arch/arm/boot/dts/tegra30.dtsi | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi index 52cab08..ea6de57 100644 --- a/arch/arm/boot/dts/tegra20.dtsi +++ b/arch/arm/boot/dts/tegra20.dtsi @@ -212,5 +212,10 @@ reg = < 0x7000f000 0x00000100 /* controller registers */ 0x58000000 0x02000000 >; /* GART aperture */ }; + + ahb: ahb@6000c004 { + compatible = "nvidia,tegra20-ahb"; + reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */ + }; }; diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index 15200a9..9d650fb 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi @@ -224,4 +224,9 @@ nvidia,ahub-cif-ids = <8 8>; }; }; + + ahb: ahb@6000c004 { + compatible = "nvidia,tegra30-ahb"; + reg = <0x6000c004 0x14c>; /* AHB Arbitration + Gizmo Controller */ + }; }; -- 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/