From patchwork Fri Jan 18 16:38:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 2003891 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 C8EB2DF280 for ; Fri, 18 Jan 2013 16:43:19 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TwEyh-0001zW-Bw; Fri, 18 Jan 2013 16:39:39 +0000 Received: from we-in-x022b.1e100.net ([2a00:1450:400c:c03::22b] helo=mail-we0-x22b.google.com) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TwEye-0001z5-Sx for linux-arm-kernel@lists.infradead.org; Fri, 18 Jan 2013 16:39:37 +0000 Received: by mail-we0-f171.google.com with SMTP id u3so982878wey.30 for ; Fri, 18 Jan 2013 08:39:31 -0800 (PST) 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=Bfm+JYUI2IIsCMirUguIunQI5tY8DEsXBKlwfsSG1GI=; b=quWYbZMU+0zOUwXJFbmBm1peaRoKC4WE+K7kM/Ui9MJB9U97DG9q7ik3Ac/tH0bysv R656W+1cj91GebCXGQZwBbZccJkz+FmR0qa38iGq6NUEJbxjMVGZNrB3FvmX8Ya+/rWE JBcMCUuvh8facteSitZJ/iEuIlh/JEltLmGUazl4nN/T4XLl6YNcjSd/ZA/NJJPMu1a9 fO9KR0CcrS4RgDPM9BTqo/eVu1u0rxUUsYwVJhzVHzEP/5QMDijgG5ZAREDyEmJHIZWg At9htDVZvI1TWfTKA3GB3Hft/MwkRTDOAIkuQa0SZwSSS4IlswBQEBb2274ps7UXH4yq fboQ== X-Received: by 10.180.24.70 with SMTP id s6mr4719330wif.22.1358527171349; Fri, 18 Jan 2013 08:39:31 -0800 (PST) Received: from localhost.localdomain (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPS id s16sm8051891wii.0.2013.01.18.08.39.28 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 18 Jan 2013 08:39:30 -0800 (PST) From: Richard Genoud To: Rob Landley Subject: [PATCH] Documentation at91-pinctrl: fix typo and add some details Date: Fri, 18 Jan 2013 17:38:43 +0100 Message-Id: <1358527123-22751-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-20130118_113937_067535_0716272C X-CRM114-Status: GOOD ( 10.02 ) 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 , "Acked-by: Nicolas Ferre" , Jean-Christophe PLAGNIOL-VILLARD , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.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 The relation between PIN_BANK numbers and pio letters wasn't made very clear. Signed-off-by: Richard Genoud --- .../bindings/pinctrl/atmel,at91-pinctrl.txt | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt index 3a26812..bc50899 100644 --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt @@ -81,7 +81,8 @@ PA31 TXD4 Required properties for pin configuration node: - atmel,pins: 4 integers array, represents a group of pins mux and config setting. The format is atmel,pins = . - The PERIPH 0 means gpio. + The PERIPH 0 means gpio, PERIPH 1 is periph A, PERIPH 2 is periph B... + PIN_BANK 0 is pioA, PIN_BANK 1 is pioB... Bits used for CONFIG: PULL_UP (1 << 0): indicate this pin need a pull up. @@ -126,7 +127,7 @@ pinctrl@fffff400 { pinctrl_dbgu: dbgu-0 { atmel,pins = <1 14 0x1 0x0 /* PB14 periph A */ - 1 15 0x1 0x1>; /* PB15 periph with pullup */ + 1 15 0x1 0x1>; /* PB15 periph A with pullup */ }; }; };