From patchwork Wed Mar 20 11:22:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 2306761 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 D1A4B3FC54 for ; Wed, 20 Mar 2013 11:26:15 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UIH75-0007kj-Ao; Wed, 20 Mar 2013 11:23:23 +0000 Received: from mail-wg0-f51.google.com ([74.125.82.51]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UIH72-0007k2-Fj for linux-arm-kernel@lists.infradead.org; Wed, 20 Mar 2013 11:23:21 +0000 Received: by mail-wg0-f51.google.com with SMTP id 8so1186722wgl.6 for ; Wed, 20 Mar 2013 04:23:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=NghTmi3a8VK2CoD8ydPaXQZJaiM17CtnDzfj+M5QP+k=; b=Fivp7jmpfQUhm7AZaZG6rwyFHzpO5afOwbd93wH+bo/fdejKMo1L84fx8JysaGL887 WrHWzAvZo7JaFRIXSKFTHTd8GLTAxMo/RDYOZLUtMkrgL/kduRpgi993WtfaGuJ4xfvQ Vf4gowwsRkoV1rHAtJaDwk17iP2pnPIspNh0Z5jZRH0i5IpunjSUwUkG9ADmsDjitYK4 NkebsLiIQW5IF2Op+PigskGgdyo7UagmxIlbo0NdoqegZRhg8RhfFdmGTizEvtNY7s1W ciiDzyIwPzs1cxLhM+5UXlCUZYG7wMq68UU4onXogcRgKTznzimiFjSk1AqR1HiJD+e4 iPWQ== X-Received: by 10.194.123.130 with SMTP id ma2mr9661494wjb.46.1363778594138; Wed, 20 Mar 2013 04:23:14 -0700 (PDT) Received: from localhost.localdomain (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPS id g4sm2117991wib.11.2013.03.20.04.23.12 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 20 Mar 2013 04:23:13 -0700 (PDT) From: Richard Genoud To: Nicolas Ferre Subject: [PATCH] DTS at91sam9x5ek: i2c1 and i2c2 conflict with macb and lcd Date: Wed, 20 Mar 2013 12:22:54 +0100 Message-Id: <1363778575-4809-1-git-send-email-richard.genoud@gmail.com> X-Mailer: git-send-email 1.7.2.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130320_072320_686439_319C3D8F X-CRM114-Status: UNSURE ( 9.41 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (richard.genoud[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.51 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] -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: Richard Genoud , Jean-Christophe PLAGNIOL-VILLARD , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org on at91sam9x5ek, macb0 is enabled, so it conflicts with i2c2 (PB4) same for i2c1, (conflicts with LCD). Moreover, only i2c0 is used on this board. Signed-off-by: Richard Genoud Acked-by: Nicolas Ferre Acked-by: Ludovic Desroches --- arch/arm/boot/dts/at91sam9x5ek.dtsi | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi index 8a7cf1d..1128565 100644 --- a/arch/arm/boot/dts/at91sam9x5ek.dtsi +++ b/arch/arm/boot/dts/at91sam9x5ek.dtsi @@ -61,14 +61,6 @@ status = "okay"; }; - i2c1: i2c@f8014000 { - status = "okay"; - }; - - i2c2: i2c@f8018000 { - status = "okay"; - }; - pinctrl@fffff400 { mmc0 { pinctrl_board_mmc0: mmc0-board {