Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934173AbcLBOLh (ORCPT ); Fri, 2 Dec 2016 09:11:37 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:36376 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934106AbcLBOLe (ORCPT ); Fri, 2 Dec 2016 09:11:34 -0500 From: Lee Jones To: gregkh@linuxfoundation.org, jslaby@suse.com, patrice.chotard@st.com Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, linux-serial@vger.kernel.org, Lee Jones Subject: [PATCH 1/3] ARM: dts: STiH410-b2260: Identify the UART RTS line Date: Fri, 2 Dec 2016 14:11:44 +0000 Message-Id: <20161202141146.31281-1-lee.jones@linaro.org> X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 601 Lines: 21 Configure the UART RTS line as a GPIO for manipulation within the UART driver. Signed-off-by: Lee Jones --- arch/arm/boot/dts/stih410-b2260.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts index 7fb507f..f46603f 100644 --- a/arch/arm/boot/dts/stih410-b2260.dts +++ b/arch/arm/boot/dts/stih410-b2260.dts @@ -63,6 +63,7 @@ uart0: serial@9830000 { label = "LS-UART0"; status = "okay"; + rts-gpios = <&pio17 3 GPIO_ACTIVE_LOW>; }; /* Low speed expansion connector */ -- 2.10.2