From patchwork Mon Mar 11 14:12:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 2248981 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 C3A1C3FCF6 for ; Mon, 11 Mar 2013 14:18:00 +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 1UF3TT-0004y8-5S; Mon, 11 Mar 2013 14:13:11 +0000 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UF3TI-0004wd-VL for linux-arm-kernel@lists.infradead.org; Mon, 11 Mar 2013 14:13:01 +0000 Received: by mail-wi0-f181.google.com with SMTP id hm6so1007633wib.14 for ; Mon, 11 Mar 2013 07:12:59 -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=yXaTJMjpVBX8BiitjWArIMvf6QDVcpbCcJsjm18q/Kg=; b=mP3h2PZHVHS7yBXQGvGkOD85ZHcO1viTqM4gpv/0Tviu3n8PGJ5Yob5782qGg6bOmm +mUE4HSdDhBXrOM2MywTTOd8ieet8bnLelNF3lVn8mX1wIXg/8Qz4mZBAYPbDJ4pFjBz Jw7MW7kcwEvi0VYNX/Xxx7AqLq7HFU/nTA5pX9iiNX2tyK3lxwwyf/Sj9MVJ/cIguwtb WFRho40N56blwDB7URci8+fJG+Q+GTCG4gPnnl1nvpOEL+z2udd863XnHM9mxLgFh5qm pnaRUzpTo8lElSkgChJxCq+dzjPppFOn2UEoy/zxfsKdhKeHM7HTiDBotzGdC/CDa9YQ 94gw== X-Received: by 10.180.73.212 with SMTP id n20mr12822169wiv.11.1363011179048; Mon, 11 Mar 2013 07:12:59 -0700 (PDT) Received: from localhost.localdomain (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPS id bs6sm17454277wib.4.2013.03.11.07.12.56 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 11 Mar 2013 07:12:57 -0700 (PDT) From: Richard Genoud To: Nicolas Ferre Subject: [PATCH 1/2] arm: at91: dt: at91sam9x5: correct NAND pins comments Date: Mon, 11 Mar 2013 15:12:39 +0100 Message-Id: <1363011160-11297-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-20130311_101301_219953_37C2FF5F X-CRM114-Status: GOOD ( 10.55 ) X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (richard.genoud[at]gmail.com) -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-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 Comments on NAND pins where inverted. Signed-off-by: Richard Genoud Acked-by: Jean-Christophe PLAGNIOL-VILLARD --- based on 3.9-rc2 arch/arm/boot/dts/at91sam9x5.dtsi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index aa98e64..9b5d048 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi @@ -238,8 +238,8 @@ nand { pinctrl_nand: nand-0 { atmel,pins = - <3 4 0x0 0x1 /* PD5 gpio RDY pin pull_up */ - 3 5 0x0 0x1>; /* PD4 gpio enable pin pull_up */ + <3 4 0x0 0x1 /* PD4 gpio Chip Enable pin pull_up */ + 3 5 0x0 0x1>; /* PD5 gpio RDY/BUSY pin pull_up */ }; };