From patchwork Mon Oct 1 20:46:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Belisko X-Patchwork-Id: 1532601 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 CAF663FE1C for ; Mon, 1 Oct 2012 20:48:37 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TImss-0003E5-9b; Mon, 01 Oct 2012 20:46:34 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TImsp-0003Df-3W for linux-arm-kernel@lists.infradead.org; Mon, 01 Oct 2012 20:46:32 +0000 Received: by wgbgg4 with SMTP id gg4so2305452wgb.18 for ; Mon, 01 Oct 2012 13:46:28 -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=iu3+MeVYqZB7J2jig4L7sqpEk0Vp9TjZ7syqmZrA+DQ=; b=WizOcgA1L3o+jmvBR27A+PK6j0sTV1ILF8zyPycrlfOE/amk4QS77vN6Zih3yyt5ik HuHxsH9bV55Rt68zcXR1SPfkggVcd5xyGF+a2Ko0MhXxqCUUWX+P1R+C+vH2jnh+UCeI CjAo1mh13l0eDqboT+b99eNDOyzlncDFjRHzcGUu/v+JPl7jwTSe0oj5jXw1T3cIbKRH jWNQrym/F+kDsnbP4VOEsXvh4KEnlqVhSsLo56m9AhzSZ5VIgVuFfXgLw8UmVzbcZitK m+oS8D5pTRWZg/pfknIX3SuvIA59EJP2UZ/jFiAuBBMJozEoVg4Kf/GjJH0WEvAhxrJj Jdjw== Received: by 10.216.193.158 with SMTP id k30mr8755892wen.89.1349124388497; Mon, 01 Oct 2012 13:46:28 -0700 (PDT) Received: from localhost.localdomain (dial-109-230-36-120.orange.sk. [109.230.36.120]) by mx.google.com with ESMTPS id v3sm20566272wiy.5.2012.10.01.13.46.26 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 01 Oct 2012 13:46:27 -0700 (PDT) From: Marek Belisko To: devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm/dts: at91sam9g20ek_common: Fix typos in buttons labels. Date: Mon, 1 Oct 2012 22:46:09 +0200 Message-Id: <1349124369-28742-1-git-send-email-marek.belisko@open-nandra.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 (marek.belisko[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.49 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: Marek Belisko 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 Signed-off-by: Marek Belisko --- arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi index b06c0db..e6391a4 100644 --- a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi +++ b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi @@ -126,14 +126,14 @@ #size-cells = <0>; btn3 { - label = "Buttin 3"; + label = "Button 3"; gpios = <&pioA 30 1>; linux,code = <0x103>; gpio-key,wakeup; }; btn4 { - label = "Buttin 4"; + label = "Button 4"; gpios = <&pioA 31 1>; linux,code = <0x104>; gpio-key,wakeup;