From patchwork Mon Dec 10 08:55:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1856131 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 42728DFB79 for ; Mon, 10 Dec 2012 09:02:01 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1ThzBw-0000Ys-1z; Mon, 10 Dec 2012 08:58:24 +0000 Received: from mail-we0-f177.google.com ([74.125.82.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1ThzA8-00088h-3P for linux-arm-kernel@lists.infradead.org; Mon, 10 Dec 2012 08:56:33 +0000 Received: by mail-we0-f177.google.com with SMTP id x48so1045711wey.36 for ; Mon, 10 Dec 2012 00:56:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=KPIjOWUQdaXiarkmbHbrG/pHQngdumSjTZboNdlH5s8=; b=hxm8FUYUQrWep0tCWbgW8laIbk/yxvobLJxvnVxbARGVtknGSmW6OoA9ocGR1xqu9F kVLdkhE5J8WFVq1HOHM/PXuC2UCuIPj7orY00FhKPJnkkWVeMVMKMlOth/72pm6JKNAk fC1LlsOhoYHFvdiG8RTRztmYJJD9UX4Qnqs1w1NW27c8NJTUWWvHTyZizAoANyDqy9kJ H51gKlb7TnIg9UFzc5VJaz9IgbUmlSnPaugvf5jhen+AhKU0/aS8CU8c9MnwE6OWgGO/ R++23IxewMm2mJ0d9N7vcxjNeKmEWKFgVNwVQWxkIl88TdwiH9q1JeMZ8ZLS/mBvBT1k s/uQ== Received: by 10.216.150.224 with SMTP id z74mr4964182wej.180.1355129791734; Mon, 10 Dec 2012 00:56:31 -0800 (PST) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id fv2sm9173114wib.4.2012.12.10.00.56.30 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Dec 2012 00:56:31 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 09/12] ARM: ux500: Use the correct name when supplying a GPIO enable pin Date: Mon, 10 Dec 2012 08:55:58 +0000 Message-Id: <1355129761-8088-10-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1355129761-8088-1-git-send-email-lee.jones@linaro.org> References: <1355129761-8088-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQniw/9N9vuXkZ0UETxfHUx+VSAQ5NNEjtyylQh7z6syVBmW/i76J7j/AdaNuVSJpOIqG0st X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121210_035632_439615_8C654699 X-CRM114-Status: GOOD ( 11.65 ) 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 [74.125.82.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: ulf.hansson@linaro.org, Lee Jones , linus.walleij@stericsson.com, arnd@arndb.de 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 Correct a typo in the Device Tree source file, where instead of specifying property 'enable-gpio', which the driver is expecting we specified 'gpio-enable' instead. Signed-off-by: Lee Jones Acked-by: Linus Walleij --- arch/arm/boot/dts/hrefprev60.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/hrefprev60.dts b/arch/arm/boot/dts/hrefprev60.dts index eec29c4..9194fb6 100644 --- a/arch/arm/boot/dts/hrefprev60.dts +++ b/arch/arm/boot/dts/hrefprev60.dts @@ -40,7 +40,7 @@ vmmci: regulator-gpio { gpios = <&tc3589x_gpio 18 0x4>; - gpio-enable = <&tc3589x_gpio 17 0x4>; + enable-gpio = <&tc3589x_gpio 17 0x4>; status = "okay"; };