From patchwork Fri Oct 26 18:43:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 1653131 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 5EBB540135 for ; Fri, 26 Oct 2012 18:45:51 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TRosa-0001aJ-H2; Fri, 26 Oct 2012 18:43:36 +0000 Received: from mail-ob0-f177.google.com ([209.85.214.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TRosL-0001Yl-Fy for linux-arm-kernel@lists.infradead.org; Fri, 26 Oct 2012 18:43:24 +0000 Received: by mail-ob0-f177.google.com with SMTP id wd20so2881917obb.36 for ; Fri, 26 Oct 2012 11:43:20 -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:in-reply-to:references; bh=ohirEU7w9pr8mE3NCwTa9qo3dT5Ndf0DhvAm4hZMiyU=; b=Yi45lY6nQQVOueRTi+zMrT+uNLd6tEqOfp3YP5yjXCfdwHetCnn/9Q+LjcWJYYC4ck zcpyyhGW1nCVTv9CaeWn0tu9cZXUeJEdrBucTt72y4AidwlGQYqrLekYwugejwk1wGKt RHxLcuTt7UbdABvnx95wa0vrP2LPQ3+QcNP/Q7fxRu6YyHKEPb8e1S8Elu5oK9kpHWJr 7x0MCztzxGy31d0lz1To7/X1+7XHFxouQw5fQA4DI0K9MMN6l2qdJXSJH4UkNcevyc4U 3Fpwrkknd3cUOhQhUvL72ICSQM4RcZ1Tz4nzFm5EvR9ge2ch/SgVPBwWTzYGdnCr7iAi 5VsQ== Received: by 10.60.0.194 with SMTP id 2mr19827188oeg.108.1351277000538; Fri, 26 Oct 2012 11:43:20 -0700 (PDT) Received: from rob-laptop.calxeda.com ([173.226.190.126]) by mx.google.com with ESMTPS id ig3sm2136320obb.0.2012.10.26.11.43.18 (version=SSLv3 cipher=OTHER); Fri, 26 Oct 2012 11:43:19 -0700 (PDT) From: Rob Herring To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/6] ARM: highbank: disable unused sdhci and gpio in dts Date: Fri, 26 Oct 2012 13:43:03 -0500 Message-Id: <1351276988-28382-2-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1351276988-28382-1-git-send-email-robherring2@gmail.com> References: <1351276988-28382-1-git-send-email-robherring2@gmail.com> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.5 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.214.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (robherring2[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (robherring2[at]gmail.com) -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: Olof Johansson , Rob Herring , Arnd Bergmann 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: Rob Herring These peripherals are not enabled in current systems, so turn them off. Signed-off-by: Rob Herring --- arch/arm/boot/dts/highbank.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/highbank.dts b/arch/arm/boot/dts/highbank.dts index 0c6fc34..28d5872 100644 --- a/arch/arm/boot/dts/highbank.dts +++ b/arch/arm/boot/dts/highbank.dts @@ -132,6 +132,7 @@ reg = <0xffe0e000 0x1000>; interrupts = <0 90 4>; clocks = <&eclk>; + status = "disabled"; }; memory-controller@fff00000 { @@ -156,6 +157,7 @@ interrupts = <0 14 4>; clocks = <&pclk>; clock-names = "apb_pclk"; + status = "disabled"; }; gpiof: gpio@fff31000 { @@ -166,6 +168,7 @@ interrupts = <0 15 4>; clocks = <&pclk>; clock-names = "apb_pclk"; + status = "disabled"; }; gpiog: gpio@fff32000 { @@ -176,6 +179,7 @@ interrupts = <0 16 4>; clocks = <&pclk>; clock-names = "apb_pclk"; + status = "disabled"; }; gpioh: gpio@fff33000 { @@ -186,6 +190,7 @@ interrupts = <0 17 4>; clocks = <&pclk>; clock-names = "apb_pclk"; + status = "disabled"; }; timer {