From patchwork Mon Sep 10 16:20:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 1433011 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id BDC3540220 for ; Mon, 10 Sep 2012 16:22:11 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TB6ho-0003cL-Kf; Mon, 10 Sep 2012 16:19:24 +0000 Received: from mail-iy0-f177.google.com ([209.85.210.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TB6hk-0003bO-AI for linux-arm-kernel@lists.infradead.org; Mon, 10 Sep 2012 16:19:21 +0000 Received: by iaai1 with SMTP id i1so2108366iaa.36 for ; Mon, 10 Sep 2012 09:19:18 -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:x-mailer; bh=xHyOyHY1Jj1BiYIqECnUgfo3osPG64LGZbhKxaRMAkk=; b=Pr97C1kWpOVv0ESWctPbSl4VsWRVto5QmcMl7ZDq4B6dA/ada3PDPdlnENHyk3Fmbx VDmOvHPWZHBZJEV1cRJrq/wvPrrj0/WhHNzP9oxT1aXT3EdgbIOiFC1s3ymICEv21RG1 5vYyAz39gkvBcadpjS2RSa/sgVdyBt3a7lvCFbzjgV4AGd77IhT4kBDAYj24kzQFLa30 lohLztTnunnrdGX8uE6B1DlD/SN5FotnUq5w8kfzinuSeqBNU45Vw2HQcLxJ9eYbRNeO f+6xNut9cz1rNJscA1ZoSFWPPb4OhVg9Yq4kwWharQddhH3K58k1lJPx2+8Wv0Bm2jPx c/mA== Received: by 10.50.40.132 with SMTP id x4mr11396163igk.48.1347293958483; Mon, 10 Sep 2012 09:19:18 -0700 (PDT) Received: from beef.ohporter.com (cpe-24-166-64-7.neo.res.rr.com. [24.166.64.7]) by mx.google.com with ESMTPS id ng5sm12280956igc.0.2012.09.10.09.19.15 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Sep 2012 09:19:16 -0700 (PDT) From: Matt Porter To: Linux OMAP List Subject: [PATCH] ARM: dts: AM33XX: fix gpio node numbering to match hardware Date: Mon, 10 Sep 2012 12:20:20 -0400 Message-Id: <1347294020-22661-1-git-send-email-mporter@ti.com> X-Mailer: git-send-email 1.7.9.5 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (ohiomdp[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.210.177 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Devicetree Discuss , Vaibhav Hiremath , Linux Kernel Mailing List , Linux ARM Kernel List , Benoit Cousson X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org On AM33xx, the datasheet and TRM refer to four GPIO instances that are 0-based, GPIO0-3. Signed-off-by: Matt Porter --- arch/arm/boot/dts/am33xx.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index bb31bff..1369bfc 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -62,7 +62,7 @@ reg = <0x48200000 0x1000>; }; - gpio1: gpio@44e07000 { + gpio0: gpio@44e07000 { compatible = "ti,omap4-gpio"; ti,hwmods = "gpio1"; gpio-controller; @@ -74,7 +74,7 @@ interrupts = <96>; }; - gpio2: gpio@4804c000 { + gpio1: gpio@4804c000 { compatible = "ti,omap4-gpio"; ti,hwmods = "gpio2"; gpio-controller; @@ -86,7 +86,7 @@ interrupts = <98>; }; - gpio3: gpio@481ac000 { + gpio2: gpio@481ac000 { compatible = "ti,omap4-gpio"; ti,hwmods = "gpio3"; gpio-controller; @@ -98,7 +98,7 @@ interrupts = <32>; }; - gpio4: gpio@481ae000 { + gpio3: gpio@481ae000 { compatible = "ti,omap4-gpio"; ti,hwmods = "gpio4"; gpio-controller;