Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753452AbbETMfz (ORCPT ); Wed, 20 May 2015 08:35:55 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:5309 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752649AbbETMfy (ORCPT ); Wed, 20 May 2015 08:35:54 -0400 From: Nicolas Ferre To: CC: , Alexandre Belloni , Jean-Christophe PLAGNIOL-VILLARD , Nicolas Ferre Subject: [PATCH] ARM: at91/dt: at91sam9x5: fix usart1 sck pin definition Date: Wed, 20 May 2015 14:36:10 +0200 Message-ID: <1432125370-21092-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 2.1.3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 902 Lines: 28 SCK1 pin is pioC 29. Comment was okay. Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/at91sam9x5.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 9c236c317eeb..dfdbdf43860e 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi @@ -505,7 +505,7 @@ pinctrl_usart1_sck: usart1_sck-0 { atmel,pins = - ; /* PC29 periph C */ + ; /* PC29 periph C */ }; }; -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/