From patchwork Tue Aug 26 15:34:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 383149 X-Patchwork-Delegate: twarren@nvidia.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 9264B1400D7 for ; Wed, 27 Aug 2014 01:40:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 05B37A752D; Tue, 26 Aug 2014 17:39:58 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iSxTCw3q+pij; Tue, 26 Aug 2014 17:39:57 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 67AE8B383A; Tue, 26 Aug 2014 17:36:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 54C0DB3825 for ; Tue, 26 Aug 2014 17:36:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KFhQUQ40uKPK for ; Tue, 26 Aug 2014 17:36:36 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by theia.denx.de (Postfix) with ESMTPS id DE56AA7465 for ; Tue, 26 Aug 2014 17:35:17 +0200 (CEST) Received: by mail-wi0-f170.google.com with SMTP id f8so5378581wiw.3 for ; Tue, 26 Aug 2014 08:35:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=hYl4VVDJHMlFFnBzTN/zVLHaJz+dnxPbnF+VggYvIl0=; b=V/w07KdcOeqjjssG1x+0WvzIqs2KrEFkFEArf2zZi0CVaswgOk/oQ5l5a8nN3RpL8u QemqlsX0moXIHk3nr8Ak0wU145/kBKitjrtzEeiz9PBk7VE9sMjdONuJSdWRfK3ebxBF fZvMiyCfSBtQCxNSVzW0fOv34i7kAv/pcmvIvf/YTAbOr7dsuIR27/zpFUA0rs0YVek0 MLl/ICrpc5FQx8dJnRhCGqFoCxMKoq+ySW071Evqj765ItdIYFYy85lz8XKQU/nef3w5 fDgA4W8fSdmqU8rMM2wKD+Nn4bmfu5pnc9OghezMbz7kr7d40fHzoM6fOyNdPI57r80H T2KQ== X-Received: by 10.194.174.202 with SMTP id bu10mr4655587wjc.70.1409067316781; Tue, 26 Aug 2014 08:35:16 -0700 (PDT) Received: from localhost (port-7111.pppoe.wtnet.de. [84.46.27.226]) by mx.google.com with ESMTPSA id cy9sm13262576wib.18.2014.08.26.08.35.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Aug 2014 08:35:16 -0700 (PDT) From: Thierry Reding To: Tom Warren , Simon Glass Date: Tue, 26 Aug 2014 17:34:13 +0200 Message-Id: <1409067268-956-26-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1409067268-956-1-git-send-email-thierry.reding@gmail.com> References: <1409067268-956-1-git-send-email-thierry.reding@gmail.com> Cc: u-boot@lists.denx.de, Stephen Warren Subject: [U-Boot] [PATCH v2 25/40] ARM: tegra: Add GIC for Tegra30 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Thierry Reding Add a device tree node for the GIC found on Tegra30. U-Boot doesn't use it directly but subsequent patches will add device tree nodes that reference it by phandle. Signed-off-by: Thierry Reding --- arch/arm/dts/tegra30.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/tegra30.dtsi index 7be3791fc9a6..8b8940df796a 100644 --- a/arch/arm/dts/tegra30.dtsi +++ b/arch/arm/dts/tegra30.dtsi @@ -5,6 +5,15 @@ / { compatible = "nvidia,tegra30"; + interrupt-parent = <&intc>; + + intc: interrupt-controller@50041000 { + compatible = "arm,cortex-a9-gic"; + reg = <0x50041000 0x1000 + 0x50040100 0x0100>; + interrupt-controller; + #interrupt-cells = <3>; + }; tegra_car: clock { compatible = "nvidia,tegra30-car";