From patchwork Fri Aug 24 15:24:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1371861 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 D43153FC33 for ; Fri, 24 Aug 2012 15:28:04 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T4vkv-0000LD-1d; Fri, 24 Aug 2012 15:25:05 +0000 Received: from mail-yw0-f49.google.com ([209.85.213.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T4vks-0000Kw-8v for linux-arm-kernel@lists.infradead.org; Fri, 24 Aug 2012 15:25:03 +0000 Received: by yhjj52 with SMTP id j52so427802yhj.36 for ; Fri, 24 Aug 2012 08:24:58 -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=dCmIjlpHPU713bGXPfhpZDnoh+28kzZ4PBQvNki+MtQ=; b=beaBEZOxg+JoRuJ4oYe6rksMl6ttlGrULAY1nwu5kl5+u4Q6/vnfUGMEY/GtQeP0bt lGBAORLkM00qhQ6j8nxmq9lz9i9eLEy1yi6NA4PqIc5fxLA3KWQNMXtB429WkPjN/E0s M8fug3IWcn5OSVppBlZDiJGwgNvp6EsgO0Q6cIadJO+tk47KzGTIuIosKSUq+VEFT1nS r3bSyYgbh0mPnbX+hV1v1WwM/PKYREUi4Tx2q8Eu/g5sW/UNI/aEGduxW+B+a4SxspW8 WkIV+A7to3ATD5Fq135skDBePmt+Nal/m2wCPzx/55PNjs1SAok9DOIcY6w9gFuVTTfu Bnkw== Received: by 10.236.200.201 with SMTP id z49mr4931121yhn.41.1345821898807; Fri, 24 Aug 2012 08:24:58 -0700 (PDT) Received: from fabio-Latitude-E6410.cps.virtua.com.br ([201.82.136.222]) by mx.google.com with ESMTPS id b46sm19338526yhm.3.2012.08.24.08.24.56 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Aug 2012 08:24:57 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH] ARM: imx6q-sabrelite: Rename 'pinctrl_gpio_hog' Date: Fri, 24 Aug 2012 12:24:50 -0300 Message-Id: <1345821890-2922-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.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_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 'pinctrl_gpio_hog' is used to setup the pin functions, and it is not neccesarily used only for GPIO pins, so remove 'gpio' from its name to describe a more generic term. Signed-off-by: Fabio Estevam --- arch/arm/boot/dts/imx6q-sabrelite.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts index 72f30f3..2e01478 100644 --- a/arch/arm/boot/dts/imx6q-sabrelite.dts +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts @@ -46,10 +46,10 @@ iomuxc@020e0000 { pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_gpio_hog>; + pinctrl-0 = <&pinctrl_hog>; gpios { - pinctrl_gpio_hog: gpiohog { + pinctrl_hog: hog { fsl,pins = < 144 0x80000000 /* MX6Q_PAD_EIM_D22__GPIO_3_22 */ 121 0x80000000 /* MX6Q_PAD_EIM_D19__GPIO_3_19 */