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: 13442 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 4E68623E1A for ; Mon, 10 Dec 2012 08:56:34 +0000 (UTC) Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) by fiordland.canonical.com (Postfix) with ESMTP id F2D08A183C8 for ; Mon, 10 Dec 2012 08:56:33 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id c11so7620058ieb.33 for ; Mon, 10 Dec 2012 00:56:33 -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=KPIjOWUQdaXiarkmbHbrG/pHQngdumSjTZboNdlH5s8=; b=Uo0A0FIRSoZN8r6yJpxMWeWySQjUjewtQdYA63BMu4J4cR9o9+vOQqPfRmwOsM3e44 vMngHP3eWkORU20CVhmF3P5doUB1Hx/hUXPxlMT9E0Hv0Dd6+5Pm8a8KplGSLdJgN6Jh nQX/mLCtZKpL/OnNhicRG1AKPlxvYwzDa5Wnop7qr5TQQt3ew7XMPKNfwRqwyjjSY4Ll XtGvGstLIgZ7TL4ELwdThSHeUWwhgsQJgYaBs01X+nVB/n1wJxMGp291bnoxtnWFQ8a7 /Gl8yjE2MIzsSDenJTymUlSPEndRqUYeJztKiezGK2G4QegW89/c5B5ilUy4q8gb62Nw zRgw== Received: by 10.50.161.169 with SMTP id xt9mr5754591igb.62.1355129793418; Mon, 10 Dec 2012 00:56:33 -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 n20csp54760igt; Mon, 10 Dec 2012 00:56:32 -0800 (PST) Received: by 10.180.20.177 with SMTP id o17mr9321364wie.18.1355129792205; Mon, 10 Dec 2012 00:56:32 -0800 (PST) Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by mx.google.com with ESMTPS id o10si8003216wic.16.2012.12.10.00.56.31 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Dec 2012 00:56:32 -0800 (PST) Received-SPF: neutral (google.com: 74.125.82.179 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.179; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.179 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-we0-f179.google.com with SMTP id r6so1020338wey.10 for ; Mon, 10 Dec 2012 00:56:31 -0800 (PST) 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 Cc: arnd@arndb.de, linus.walleij@stericsson.com, ulf.hansson@linaro.org, Lee Jones 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: ALoCoQkDI38e5tnbRKrHks1NgamPBQZpDZfkdUgjF8BFH5QcS9AjLU9A+plnhDlVA13IO+nAAcGl 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 --- 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"; };