From patchwork Fri Sep 7 11:14:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1421511 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 C211FDF283 for ; Fri, 7 Sep 2012 11:21:45 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T9wZQ-0004j9-G4; Fri, 07 Sep 2012 11:17:57 +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 1T9wX4-0003dK-9E for linux-arm-kernel@lists.infradead.org; Fri, 07 Sep 2012 11:15:31 +0000 Received: by mail-we0-f177.google.com with SMTP id r3so1704755wey.36 for ; Fri, 07 Sep 2012 04:15:30 -0700 (PDT) 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=V44MllUFNIuDfSFvxUQEMetxcy+U/zhzNAZCshTrfCU=; b=n2plP8oiPjUtWJKMPZtmMcw5klWlxAdYSwS047D8Hp9BafRcztAudWQue9NttpfN/g 46dQ3mffne0wwwz03hf47y+ZZ3jIKVp6VzfFiaMgXNWXTr5rzbgn4IZQgUkBXJ/MEbjN DB7syNppy6ASRVvzBCTBzij3GNZ8LdfpZv/7NKYwf+en7U7UfpECLGfqXIFvp3wesUSO LrwAgpv56U/CbqV8BNSJMo2Z8yV3YY6Y4D2t09t21xknlgMPOtDtCFmYNBz8MJUbjKOq jt/7kDifno/NYpUTN2b7ltfUYGp5HWCpbiDRZb1wlL0tZB5Pg8iovFIVtztmvP93GYSB KiSg== Received: by 10.216.242.204 with SMTP id i54mr2784323wer.94.1347016529703; Fri, 07 Sep 2012 04:15:29 -0700 (PDT) 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 k20sm9151505wiv.11.2012.09.07.04.15.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Sep 2012 04:15:29 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 10/19] ARM: ux500: Remove redundant #gpio-cell properties from HREF and Snowball DT Date: Fri, 7 Sep 2012 12:14:50 +0100 Message-Id: <1347016499-29354-11-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1347016499-29354-1-git-send-email-lee.jones@linaro.org> References: <1347016499-29354-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQlY1CHG5THAcBurTGgfngoFWolxvMIvrVlMgpfbyXSL9wlOSWDktUKI0vAOXtRooUE0YBX4 X-Spam-Note: CRM114 invocation failed 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: STEricsson_nomadik_linux@list.st.com, 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 These properties have no place here as the populated nodes are not related to GPIO Controllers. Signed-off-by: Lee Jones Acked-by: Linus Walleij --- arch/arm/boot/dts/hrefv60plus.dts | 1 - arch/arm/boot/dts/snowball.dts | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts index 49bdabd..7f0dddb 100644 --- a/arch/arm/boot/dts/hrefv60plus.dts +++ b/arch/arm/boot/dts/hrefv60plus.dts @@ -42,7 +42,6 @@ mmc-cap-mmc-highspeed; vmmc-supply = <&ab8500_ldo_aux3_reg>; - #gpio-cells = <1>; cd-gpios = <&gpio2 31 0x4>; // 95 status = "okay"; diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index 2969997..702c0ba 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts @@ -127,7 +127,6 @@ mmc-cap-mmc-highspeed; vmmc-supply = <&ab8500_ldo_aux3_reg>; - #gpio-cells = <1>; cd-gpios = <&gpio6 26 0x4>; // 218 cd-inverted;