From patchwork Wed Oct 29 14:50:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 5188561 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 1C4379F318 for ; Wed, 29 Oct 2014 14:54:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 46E59201ED for ; Wed, 29 Oct 2014 14:54:43 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7783B2012F for ; Wed, 29 Oct 2014 14:54:42 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XjUbW-00067q-CY; Wed, 29 Oct 2014 14:52:06 +0000 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XjUbS-000648-S5 for linux-arm-kernel@lists.infradead.org; Wed, 29 Oct 2014 14:52:03 +0000 Received: by mail-wg0-f52.google.com with SMTP id b13so1495187wgh.11 for ; Wed, 29 Oct 2014 07:51:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=6AHqpseFgG23jwLUi3xelFeBmicd/E45eLUC8fhBwbw=; b=aD6k9NBAb2nQAhjgvftfRUnaTG5jyuEIiEhsw+NERSDOpo8nbGcJLvaBN6gybcULE5 PVn4IVhkgsOBhVdK+KNKeFhwkwj97Dt4YJapmvkL4bxV8tqAT0EK9iAwzl47fJlEHb8w fcflSvJzyRZGfJ95Y5K4xMADbbE+I/w3gWw69rC0SD+y0YOAwYjaDIV8q/dCnnyiUQpa Oif+V6kt28Hxumr40Ts3RTnbkdQzbHzl+S7MRRkRtBBQfhUG7vQYmFjJ1r7E+GlmURzH Ti3mHyYywgPVbl6V0I8cqFEL/FXK0NA7kh5FYBfXGqVHwywGcZjKkqQMOj0XF3qLQwLR UGOg== X-Received: by 10.194.222.98 with SMTP id ql2mr13420074wjc.10.1414594300704; Wed, 29 Oct 2014 07:51:40 -0700 (PDT) Received: from cizrna.lan (37-48-36-243.tmcz.cz. [37.48.36.243]) by mx.google.com with ESMTPSA id ge1sm18981866wib.4.2014.10.29.07.51.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 07:51:39 -0700 (PDT) From: Tomeu Vizoso To: linux-kernel@vger.kernel.org Subject: [PATCH 3/3] ARM: tegra: Add Tegra124 ACTMON support Date: Wed, 29 Oct 2014 15:50:13 +0100 Message-Id: <1414594232-15684-4-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1414594232-15684-1-git-send-email-tomeu.vizoso@collabora.com> References: <1414594232-15684-1-git-send-email-tomeu.vizoso@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141029_075203_053636_2CC43380 X-CRM114-Status: GOOD ( 11.26 ) X-Spam-Score: -0.7 (/) Cc: Mark Rutland , Alexandre Courbot , Russell King , Tomeu Vizoso , Pawel Moll , Ian Campbell , Stephen Warren , devicetree@vger.kernel.org, Rob Herring , Thierry Reding , Kumar Gala , linux-tegra@vger.kernel.org, Javier Martinez Canillas , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add device node for the ACTMON block to the Tegra124 device tree. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index b1ec35e..8bce1b3 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi @@ -213,6 +213,17 @@ reg = <0x0 0x60007000 0x0 0x1000>; }; + actmon@0,6000c800 { + compatible = "nvidia,tegra124-actmon"; + reg = <0x0 0x6000c800 0x0 0x400>; + interrupts = ; + clocks = <&tegra_car TEGRA124_CLK_ACTMON>, + <&tegra_car TEGRA124_CLK_EMC>; + clock-names = "actmon", "emc"; + resets = <&tegra_car 119>; + reset-names = "actmon"; + }; + gpio: gpio@0,6000d000 { compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio"; reg = <0x0 0x6000d000 0x0 0x1000>;