From patchwork Thu Oct 4 11:57:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 1546221 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 280C1E00DC for ; Thu, 4 Oct 2012 11:59:29 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TJk3P-0004xY-0V; Thu, 04 Oct 2012 11:57:23 +0000 Received: from na3sys009aog129.obsmtp.com ([74.125.149.142]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1TJk2Y-0004fR-LD for linux-arm-kernel@lists.infradead.org; Thu, 04 Oct 2012 11:56:31 +0000 Received: from mail-ob0-f177.google.com ([209.85.214.177]) (using TLSv1) by na3sys009aob129.postini.com ([74.125.148.12]) with SMTP ID DSNKUG15bKZfaD/IyQ3ed7Q8+yRzLR9tVsm3@postini.com; Thu, 04 Oct 2012 04:56:30 PDT Received: by mail-ob0-f177.google.com with SMTP id wd20so369674obb.36 for ; Thu, 04 Oct 2012 04:56:27 -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=opAZMKOwseYTOilISh8tpVfGN1Gj20zcfuFScIAb/vs=; b=dGfCwErOYQYacXxBgsZho1+DoBymBGgPReWZhrRCd/kBpcQTaGth0zcNNeMij80W5a 0gofG/O9x+WSBVma53hVzw65EXykquOSH2drOeVXdPQN2pAnMak3CCTf+kKfhQyw00Lq NkP4H9GYsnuqnLojYWls44I50ttvNGw36Eub/Vi0l2cxXmVmyzl9bOkDNbkXi2e5TIaV Dgx2ZLUnac1IHybfCdZ3Ii+lKlcQHqyER9X5/zYC6evnKgApn+0Y8TGwdtEeJeu5Pf3d pTvBin99AsbG0zz0HywZBNhVthGgri8r+UdzRc2+g89a8WHi7dOdb/WvhxOi3Qf0mw/K /+nA== Received: by 10.60.22.196 with SMTP id g4mr4062547oef.95.1349351787666; Thu, 04 Oct 2012 04:56:27 -0700 (PDT) Received: from barack.emea.dhcp.ti.com (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id d6sm6435685obx.15.2012.10.04.04.56.25 (version=SSLv3 cipher=OTHER); Thu, 04 Oct 2012 04:56:27 -0700 (PDT) From: Peter Ujfalusi To: Tony Lindgren Subject: [PATCH 5/9] ARM/dts: omap5-evm: Disable unused McBSP3 Date: Thu, 4 Oct 2012 14:57:24 +0300 Message-Id: <1349351848-12972-6-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1349351848-12972-1-git-send-email-peter.ujfalusi@ti.com> References: <1349351848-12972-1-git-send-email-peter.ujfalusi@ti.com> X-Gm-Message-State: ALoCoQn7cL1dnyFpw5/q0JqzBw29xPi+qV/W9mASDzj2548gG8a0eiyEz0sH14SLYpi5tlcwDGtB X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.142 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: devicetree-discuss@lists.ozlabs.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 McBSP3 is not usable on OMAP4 SDP/Blaze (the pins used for McPDM). Signed-off-by: Peter Ujfalusi --- arch/arm/boot/dts/omap5-evm.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/omap5-evm.dts b/arch/arm/boot/dts/omap5-evm.dts index 9c41a3f..825e607 100644 --- a/arch/arm/boot/dts/omap5-evm.dts +++ b/arch/arm/boot/dts/omap5-evm.dts @@ -82,3 +82,7 @@ 0x020700d9>; /* SEARCH */ linux,input-no-autorepeat; }; + +&mcbsp3 { + status = "disabled"; +};