From patchwork Mon May 25 14:53:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 6475091 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 42F6E9F399 for ; Mon, 25 May 2015 15:01:51 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 855E6203AB for ; Mon, 25 May 2015 15:01:47 +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 E6655203AE for ; Mon, 25 May 2015 15:01:41 +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 1YwtqH-0004lD-Op; Mon, 25 May 2015 14:59:01 +0000 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ywtph-0004ZJ-WC for linux-arm-kernel@lists.infradead.org; Mon, 25 May 2015 14:58:30 +0000 Received: by wghq2 with SMTP id q2so74974200wgh.1 for ; Mon, 25 May 2015 07:58:04 -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=ElyobcsMVunaiXzfuU2ePstpCIHqcW//Uktcg6rRuPc=; b=tD8v3+/afh2Zzlpn4+UL9iDKwOE1xt/yA+pPUylXGsiMhoprVkauESmR2rKlLvpKLu KLZVeUhq3KKMy//kQ52gnpWlhAwBF2EHCDrYcfiqNoum52fEBYdFLxmTYs+b55pGC0rc Bci1T6P3ItvWvWu7xof5pH6/dA2Wq6Yuf7ow5ey/q+zobLeMiEFdKemDmnYmohKCslyb aHuhjXtmgFFti8b7Flhz3OHeetgZ3HYKoeRhO8NO/Rd680PlimjkyI+eIMVdhujUxGtq C7xJ4iPKjnYX3Erqhgn10aIIbEa/UTmW4mZ711w9hII1CBkYAre8YKtx5TvNZwFYYuSu AZ2g== X-Received: by 10.181.13.165 with SMTP id ez5mr31777186wid.77.1432565884034; Mon, 25 May 2015 07:58:04 -0700 (PDT) Received: from cizrna.lan ([109.72.12.80]) by mx.google.com with ESMTPSA id ez19sm12258917wid.19.2015.05.25.07.58.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 May 2015 07:58:03 -0700 (PDT) From: Tomeu Vizoso To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 02/21] ARM: tegra: Add gpio-ranges property Date: Mon, 25 May 2015 16:53:06 +0200 Message-Id: <1432565608-26036-3-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 2.4.1 In-Reply-To: <1432565608-26036-1-git-send-email-tomeu.vizoso@collabora.com> References: <1432565608-26036-1-git-send-email-tomeu.vizoso@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150525_075826_188423_4DBDFBBA X-CRM114-Status: UNSURE ( 9.96 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) Cc: Mark Rutland , Alexandre Courbot , Russell King , Pawel Moll , Tomeu Vizoso , Ian Campbell , Dmitry Torokhov , linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Stephen Warren , =?UTF-8?q?St=C3=A9phane=20Marchesin?= , devicetree@vger.kernel.org, Thierry Reding , Kumar Gala , Grant Likely , Alexander Holler 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=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, 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 Specify how the GPIOs map to the pins in T124, so the dependency is explicit. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index 13cc7ca..5d1d35f 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi @@ -254,6 +254,7 @@ gpio-controller; #interrupt-cells = <2>; interrupt-controller; + gpio-ranges = <&pinmux 0 0 250>; }; apbdma: dma@0,60020000 {