From patchwork Tue May 13 18:20:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 4169881 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 D9DEBBFF02 for ; Tue, 13 May 2014 18:24:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CC80A20306 for ; Tue, 13 May 2014 18:24:38 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7CF0920251 for ; Tue, 13 May 2014 18:24:37 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WkHKT-0005sI-6x; Tue, 13 May 2014 18:21:29 +0000 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WkHKQ-0005q2-Qv for linux-arm-kernel@lists.infradead.org; Tue, 13 May 2014 18:21:27 +0000 Received: by mail-wg0-f42.google.com with SMTP id y10so775292wgg.1 for ; Tue, 13 May 2014 11:21:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=1Rz9+On1jknfNZlKIvBOL28ay/Y6/PBwHzDuXKLob5M=; b=Of1A+xwJOzuTN1pWX0oKxniLx4h+z6jZVhUs0mDW+tdsqqxYjsl90D6lAw/GJnbex0 VkwpuNulNq/2ja8lObHvXAzqPTLbIyEjNPt2FgMGqQqatnRLuXwiAVrESsgXSgK6j0mN 5ggGR3eKvPfn74SI9Mt1lvw+kus8Bl/iLby+js8937gaIgooMkWjILzd/6noW7FbtHyd N71udHluRZ77rABx50eK3dkNLQe85qw/+YbX7vHsEC78c9tEoayRkUorjjhEYF5xOHl8 vimyMln/KVNkQNQD7zcPh+caqHLypnxYKTwubk6clmouIYUtcfksmYUJFCacMKCizv2S Asvg== X-Received: by 10.180.11.239 with SMTP id t15mr22509866wib.25.1400005264848; Tue, 13 May 2014 11:21:04 -0700 (PDT) Received: from localhost.localdomain (128.240.98.84.rev.sfr.net. [84.98.240.128]) by mx.google.com with ESMTPSA id fw13sm23231816wic.6.2014.05.13.11.21.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 May 2014 11:21:00 -0700 (PDT) From: Richard Genoud To: Greg Kroah-Hartman Subject: [PATCH RESEND 1/5] tty/serial: atmel_serial: Fix device tree documentation Date: Tue, 13 May 2014 20:20:41 +0200 Message-Id: <1400005245-11943-2-git-send-email-richard.genoud@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1400005245-11943-1-git-send-email-richard.genoud@gmail.com> References: <1400005245-11943-1-git-send-email-richard.genoud@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140513_112127_021236_2EA2CA48 X-CRM114-Status: GOOD ( 10.59 ) X-Spam-Score: -0.1 (/) Cc: Alexander Shiyan , Richard Genoud , Linus Walleij , Nicolas Ferre , Yegor Yefremov , linux-serial@vger.kernel.org, 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 X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 RTS pin is an active low pin. For now, this doesn't change anything as the ACTIVE_LOW flag is not handled in atmel_serial, but it will be in 3.16. Signed-off-by: Richard Genoud --- Documentation/devicetree/bindings/serial/atmel-usart.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/serial/atmel-usart.txt b/Documentation/devicetree/bindings/serial/atmel-usart.txt index 17c1042..2f7aad7 100644 --- a/Documentation/devicetree/bindings/serial/atmel-usart.txt +++ b/Documentation/devicetree/bindings/serial/atmel-usart.txt @@ -35,7 +35,7 @@ Example: clock-names = "usart"; atmel,use-dma-rx; atmel,use-dma-tx; - rts-gpios = <&pioD 15 0>; + rts-gpios = <&pioD 15 GPIO_ACTIVE_LOW>; }; - use DMA: