From patchwork Fri Dec 2 14:11:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 86304 Delivered-To: patch@linaro.org Received: by 10.182.112.6 with SMTP id im6csp336176obb; Fri, 2 Dec 2016 06:11:58 -0800 (PST) X-Received: by 10.99.119.71 with SMTP id s68mr79297762pgc.11.1480687917987; Fri, 02 Dec 2016 06:11:57 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t124si5299118pgt.334.2016.12.02.06.11.57; Fri, 02 Dec 2016 06:11:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934174AbcLBOLh (ORCPT + 25 others); 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 Received: by mail-wm0-f41.google.com with SMTP id g23so18006402wme.1 for ; Fri, 02 Dec 2016 06:10:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=vabNiq5GiOO78GkEuB8q+gRPYJcTbQ1IYjZG71dbBPU=; b=ZywIJvlvsB1wdXMD3uU47XCbRh6XO2GyMNO0ik0+Cij09j0g5psVbnrcHc48CzE02P Cy3krwcE3TrRDR38QXOBjYlcbHqTAbfteAqrKZ1vEFsjBUU2CPBmxy6NZnha9YYpq9Lp MEol8tEqKLc6IJ+YpXdFp8MxVgG+iW7SaxT9w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=vabNiq5GiOO78GkEuB8q+gRPYJcTbQ1IYjZG71dbBPU=; b=YrENFg1Vn2hwSr2/GGGC9SPxPHdSgfUmmzdj73vF2+4pizDk6/fl+W+ctFa1VlJM+Z BC8y9SooWvjuECvn1oM8iPUdUrKW9HWlcdBxyMD665elGjK/M8fBYfGMp8mVyAnhJlae uirgSE1PS+T7W/x8ROGvdJa10+nWjfqyaVskw+FjgtvnhgwC4fG5MUToV7Bu9XcGBAGV YwrZnMnmvB9M/0c8Bfkr4YQ3r4309TekaQkt1oFeKCJ8UY7FrWt1BKS25G7+w1nyivCY OJDE5HNYht3ZLbchqwU8feF0TRLgOcEhYgyCRRCkkeZt+WSxZN5GXS3nY+qRyiL6GtTX 00eg== X-Gm-Message-State: AKaTC00tOCI6PG1Bi1+brFjT7/tEHoO8uhZfuPTsR3nzm9ehBoc7Tw9Spprxgz7S/xt2hIq2 X-Received: by 10.28.45.142 with SMTP id t136mr3468597wmt.110.1480687844495; Fri, 02 Dec 2016 06:10:44 -0800 (PST) Received: from localhost.localdomain (host81-129-169-233.range81-129.btcentralplus.com. [81.129.169.233]) by smtp.gmail.com with ESMTPSA id n17sm5808199wjq.6.2016.12.02.06.10.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Dec 2016 06:10:43 -0800 (PST) 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(+) -- 2.10.2 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 */