From patchwork Tue Sep 25 02:52:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1501771 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 95A62DF280 for ; Tue, 25 Sep 2012 02:54:38 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TGLGS-0004Hj-Cg; Tue, 25 Sep 2012 02:52:48 +0000 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TGLGF-0004H3-Ik for linux-arm-kernel@lists.infradead.org; Tue, 25 Sep 2012 02:52:36 +0000 Received: by yenr1 with SMTP id r1so607837yen.36 for ; Mon, 24 Sep 2012 19:52:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=KlSreWAw20E8lci1+sM7Dohar4Eoa7wrBSErF5StQtY=; b=lWAsJMhZRJDkwIYlqik3uM2Ll/kR3ybwcJH1aj9lALnQC56ZieFBRUCQ54Sb9OEkXv qrHGKbMcF2uaSlxeobeVqFJd/HRPXH7fxW8SuHCp3GAHPdnxhQGDezEFhz5ayyYN+vnR ojhWpboLz4to+jxFOHJjL8AeVJFWgOgrLnfYjlSmEdlMgugTzNQMDmcC6dD7ZzDKyeOv OxngupnqytSLtAjH+wEd6DFURb1WadNNF0FOfpCUPW0Htjl5rW1//I3Jbnf00a4W834j YBdQR4kDl64CxkTtkFRXOPBcSR11dVS3Vb1C3FuJZjRZhz5WK40IDvVte6LiR/YgL+zo djrw== Received: by 10.236.85.68 with SMTP id t44mr14380984yhe.14.1348541549561; Mon, 24 Sep 2012 19:52:29 -0700 (PDT) Received: from fabio-Latitude-E6410.cps.virtua.com.br ([201.82.136.72]) by mx.google.com with ESMTPS id y13sm18468544anj.5.2012.09.24.19.52.27 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 24 Sep 2012 19:52:29 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH 1/2] ARM: dts: imx23-olinuxino: Remove unneeded "default-on" Date: Mon, 24 Sep 2012 23:52:19 -0300 Message-Id: <1348541540-15641-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.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_VALID_AU Message has a valid DKIM or DK signature from author's domain 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: Fabio Estevam , linux-arm-kernel@lists.infradead.org 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 From: Fabio Estevam The initial state of the gpio led can be set directly in "gpios" node. Hence, linux,default-trigger can be removed. Signed-off-by: Fabio Estevam --- arch/arm/boot/dts/imx23-olinuxino.dts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx23-olinuxino.dts b/arch/arm/boot/dts/imx23-olinuxino.dts index 384d8b6..35489a1 100644 --- a/arch/arm/boot/dts/imx23-olinuxino.dts +++ b/arch/arm/boot/dts/imx23-olinuxino.dts @@ -94,8 +94,7 @@ user { label = "green"; - gpios = <&gpio2 1 0>; - linux,default-trigger = "default-on"; + gpios = <&gpio2 1 1>; }; }; };