From patchwork Thu Sep 19 12:28:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiri Prchal X-Patchwork-Id: 2911071 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 08B76BFF05 for ; Thu, 19 Sep 2013 12:29:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EA1C02042B for ; Thu, 19 Sep 2013 12:29:26 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0EA60203FD for ; Thu, 19 Sep 2013 12:29:25 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMdMI-0006Yc-Gu; Thu, 19 Sep 2013 12:29:22 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMdMG-0004Lg-9f; Thu, 19 Sep 2013 12:29:20 +0000 Received: from port.iol.cz ([194.228.1.9]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMdMD-0004Kv-MN for linux-arm-kernel@lists.infradead.org; Thu, 19 Sep 2013 12:29:18 +0000 X-SBRS: None X-SBRS-none: None X-RECVLIST: ETMAIL-CZ X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuAGACPtOlJVoC8d/2dsb2JhbABbgweDbapDlAaBHxd0gwIjgRo3iAesDY1Dj2cdhAgDnhmEGoc+gyY6 X-IPAS-Result: AuAGACPtOlJVoC8d/2dsb2JhbABbgweDbapDlAaBHxd0gwIjgRo3iAesDY1Dj2cdhAgDnhmEGoc+gyY6 X-IronPort-AV: E=Sophos;i="4.90,936,1371074400"; d="scan'208";a="143783176" Received: from ip-85-160-47-29.eurotel.cz (HELO localhost.localdomain) ([85.160.47.29]) by smtp.etmail.cz with ESMTP; 19 Sep 2013 14:28:49 +0200 From: Jiri Prchal To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] at91: serial: fix wrong pinctrl_usart2_rts Date: Thu, 19 Sep 2013 14:28:39 +0200 Message-Id: <1379593719-9337-1-git-send-email-jiri.prchal@aksignal.cz> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130919_082917_842912_06B28FDD X-CRM114-Status: UNSURE ( 8.88 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Jiri Prchal , nicolas.ferre@atmel.com 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 X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Replace pinctrl_usart2_rts and pinctrl_usart2_cts istead of pinctrl_uart2_*. Signed-off-by: Jiri Prchal Acked-by: Nicolas Ferre --- arch/arm/boot/dts/at91sam9x5.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index c5d26b0..2d674d7 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi @@ -190,12 +190,12 @@ AT91_PIOA 8 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PA8 periph A */ }; - pinctrl_uart2_rts: uart2_rts-0 { + pinctrl_usart2_rts: usart2_rts-0 { atmel,pins = ; /* PB0 periph B */ }; - pinctrl_uart2_cts: uart2_cts-0 { + pinctrl_usart2_cts: usart2_cts-0 { atmel,pins = ; /* PB1 periph B */ };