From patchwork Fri Jan 18 16:42:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 2003911 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 9BB4E3FED4 for ; Fri, 18 Jan 2013 16:45:10 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TwF1b-0002Io-RR; Fri, 18 Jan 2013 16:42:39 +0000 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TwF1Z-0002I5-Hy for linux-arm-kernel@lists.infradead.org; Fri, 18 Jan 2013 16:42:38 +0000 Received: by mail-wi0-f170.google.com with SMTP id hq7so654929wib.1 for ; Fri, 18 Jan 2013 08:42:35 -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=xgTzFRl62THQmx89XKYdc/qjKH2pdgWt/kW/D3garf4=; b=dqmHbk9slxR/QQzs4KrOZSeZoAnCdVgar/2Vxv5GPV3AlKRDRXQ5ay74b/QZT7KQ5K 5Zx08wGRhcwv9Xud6Z+ewVArg2TkPhtWOrHz3uc4+TKwtgOtjxpD1kQNcoFXlE4lza9q tjPtGXgk4oAUCn1lykHTpgCDFNVTkfMlv1c+P4xCYbAcWzZuw+b+Brx7F4w/OKr2v77e a1DcBsacBp+gCSBRwCTMUGVW6GW6Zau4nH6r/TbxBx46EM+B/qUEmJr/7MN4b5bZ4WYZ 1seBVjxEdHMXoM11wjVs8J0Uvzt69GsOMdqpt+3O5D1xThMqiKXYJ8gWfD74f6OWldgn XIHg== X-Received: by 10.180.78.226 with SMTP id e2mr4746991wix.1.1358527355468; Fri, 18 Jan 2013 08:42:35 -0800 (PST) Received: from localhost.localdomain (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPS id s10sm4627067wiw.4.2013.01.18.08.42.33 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 18 Jan 2013 08:42:34 -0800 (PST) From: Richard Genoud To: Russell King Subject: [PATCH] at91sam9x5 DTS: add SCK USART pins Date: Fri, 18 Jan 2013 17:42:28 +0100 Message-Id: <1358527348-24617-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_114237_728543_BA54F0D9 X-CRM114-Status: UNSURE ( 9.02 ) X-CRM114-Notice: Please train this message. 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 , Nicolas Ferre , Jean-Christophe PLAGNIOL-VILLARD , 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 The SCK pins where missing in usarts pinctrl. Signed-off-by: Richard Genoud --- arch/arm/boot/dts/at91sam9x5.dtsi | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 80cd9ad..4c8ed08 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi @@ -148,6 +148,11 @@ atmel,pins = <0 3 0x1 0x0>; /* PA3 periph A */ }; + + pinctrl_usart0_sck: usart0_sck-0 { + atmel,pins = + <0 4 0x1 0x0>; /* PA4 periph A */ + }; }; usart1 { @@ -166,6 +171,11 @@ atmel,pins = <2 28 0x3 0x0>; /* PC28 periph C */ }; + + pinctrl_usart1_sck: usart1_sck-0 { + atmel,pins = + <2 28 0x3 0x0>; /* PC29 periph C */ + }; }; usart2 { @@ -184,6 +194,11 @@ atmel,pins = <1 1 0x2 0x0>; /* PB1 periph B */ }; + + pinctrl_usart2_sck: usart2_sck-0 { + atmel,pins = + <1 2 0x2 0x0>; /* PB2 periph B */ + }; }; usart3 { @@ -202,6 +217,11 @@ atmel,pins = <2 25 0x2 0x0>; /* PC25 periph B */ }; + + pinctrl_usart3_sck: usart3_sck-0 { + atmel,pins = + <2 26 0x2 0x0>; /* PC26 periph B */ + }; }; uart0 {