From patchwork Thu Dec 13 13:22:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 13532 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 9D47023E1F for ; Thu, 13 Dec 2012 13:22:33 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 442FBA180D9 for ; Thu, 13 Dec 2012 13:22:33 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so1913008iag.11 for ; Thu, 13 Dec 2012 05:22:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=Ou1nsVrLDm3J1z+/2yRjmkYcWGSvpMhAKXnGM2zf2UQ=; b=jRE+iJHtCJYAPF0Q6+3JSg68Z+bheCTwvps1hUEB2LywzVc7SOu8Xn6g5CdqkSdR5X hVabpCYQjdlO7vV+q5irB2oq/2VwT4w0aeFyTnfq6Idfdr1d94C0GYmfS9GJ4TnEx506 3BU+/uALuzlf5ztJK6kJtwGa6b7L3KZqYFCugiAy8gDBVqk/YZpXnEtGqhT5SulBS6Ol A3FNsseC4mSDiu2lLizhtbStNyz7xyQnGm3nh0672F1MeyKNJyjtJaApfFTFkmjzK9uO UAxx3umbMWEGQWRSbwrLs4K/tnQTc3BYqfvTM+LEYfxaJHpznXSl+m9xZuaTccEC/EbD H0mg== Received: by 10.50.185.166 with SMTP id fd6mr1455750igc.62.1355404952606; Thu, 13 Dec 2012 05:22:32 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp9213igt; Thu, 13 Dec 2012 05:22:32 -0800 (PST) Received: by 10.194.236.68 with SMTP id us4mr8373199wjc.11.1355404951559; Thu, 13 Dec 2012 05:22:31 -0800 (PST) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx.google.com with ESMTPS id az7si12004333wjb.36.2012.12.13.05.22.31 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 13 Dec 2012 05:22:31 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.172 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.172; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.172 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wi0-f172.google.com with SMTP id o1so3975748wic.17 for ; Thu, 13 Dec 2012 05:22:31 -0800 (PST) Received: by 10.180.20.177 with SMTP id o17mr3324682wie.18.1355404951076; Thu, 13 Dec 2012 05:22: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 g2sm2568128wiy.0.2012.12.13.05.22.29 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 13 Dec 2012 05:22:30 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, ulf.hansson@linaro.org, Lee Jones Subject: [PATCH 5/8] ARM: ux500: Use the correct name when supplying a GPIO enable pin Date: Thu, 13 Dec 2012 13:22:07 +0000 Message-Id: <1355404930-5691-6-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1355404930-5691-1-git-send-email-lee.jones@linaro.org> References: <1355404930-5691-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkGLCMjI80bxbljh54o5HAhhyFd+HNXvE5Bv4gr3UalCfhXgMdwdf9xTpwehBUWNyeCm/qS 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. Acked-by: Linus Walleij Signed-off-by: Lee Jones --- 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"; };