From patchwork Mon Sep 10 19:45:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 1433541 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 0BAE6DF28C for ; Mon, 10 Sep 2012 19:47: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 1TB9uK-0004dh-Dm; Mon, 10 Sep 2012 19:44:32 +0000 Received: from mail-ie0-f177.google.com ([209.85.223.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TB9tz-0004ZH-Rt for linux-arm-kernel@lists.infradead.org; Mon, 10 Sep 2012 19:44:12 +0000 Received: by mail-ie0-f177.google.com with SMTP id e10so4323286iej.36 for ; Mon, 10 Sep 2012 12:44:11 -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:in-reply-to :references; bh=ISAXrCp/p/cUkbk4wunB6Jd2/RHOrDC2HOqp9ahiOGQ=; b=tzi6CnIiupRJe3niZ5ButzQr8sAy1xQog6mQNKBncEMuMVYbhM2oOvjigWnh8oYzQ0 Y2KZi51wRQWqAXUe5I+yBqQUNBCuHzRvwicfaqgOaYGW5xrWcRB6DgVGhBOLY5IdtKC2 WsprE4nkK14WT/19B+lYdTXO4SpI95kFdZhjaNwYGSacJNoeFeWJsODotC9sC+hNGmIN s54C6h2hMjE4XMwpXIYDSJHkEZKerLmlgfEKw6F73XXNQ71NgZgp/hFPL5VCB2Avka0P WTRwYqj9IJBRz4Dvfo0hb5UNp1IaplXp6yxXyvZnAzK4I5Nwy/KFhR3iIApfV/aFalwT ZKww== Received: by 10.50.195.234 with SMTP id ih10mr12889002igc.21.1347306251659; Mon, 10 Sep 2012 12:44:11 -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 hz10sm12909129igc.12.2012.09.10.12.44.09 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Sep 2012 12:44:10 -0700 (PDT) From: Matt Porter To: Linux OMAP List Subject: [PATCH v2 2/2] ARM: dts: AM33XX: adjust leds to use the corrected gpio label Date: Mon, 10 Sep 2012 15:45:12 -0400 Message-Id: <1347306312-31533-3-git-send-email-mporter@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1347306312-31533-1-git-send-email-mporter@ti.com> References: <1347306312-31533-1-git-send-email-mporter@ti.com> 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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.223.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (ohiomdp[at]gmail.com) -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: Benoit Cousson , Tony Lindgren , Devicetree Discuss , Linux Kernel Mailing List , Vaibhav Hiremath , AnilKumar , Linux ARM Kernel List 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 With the am33xx.dtsi now using gpio labels that match the AM33xx documentation, we need to refer to GPIO1 by the "gpio1" label. Signed-off-by: Matt Porter --- arch/arm/boot/dts/am335x-bone.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/am335x-bone.dts b/arch/arm/boot/dts/am335x-bone.dts index b0a7409..fa0c9d5 100644 --- a/arch/arm/boot/dts/am335x-bone.dts +++ b/arch/arm/boot/dts/am335x-bone.dts @@ -41,27 +41,27 @@ heartbeat { label = "beaglebone:green:usr0"; - gpios = <&gpio2 21 0>; + gpios = <&gpio1 21 0>; linux,default-trigger = "heartbeat"; default-state = "off"; }; mmc { label = "beaglebone:green:usr1"; - gpios = <&gpio2 22 0>; + gpios = <&gpio1 22 0>; linux,default-trigger = "mmc0"; default-state = "off"; }; led2 { label = "beaglebone:green:usr2"; - gpios = <&gpio2 23 0>; + gpios = <&gpio1 23 0>; default-state = "off"; }; led3 { label = "beaglebone:green:usr3"; - gpios = <&gpio2 24 0>; + gpios = <&gpio1 24 0>; default-state = "off"; }; };