From patchwork Wed Jun 8 00:59:38 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 9162977 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 63EE160467 for ; Wed, 8 Jun 2016 00:59:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5467028371 for ; Wed, 8 Jun 2016 00:59:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 498CB28378; Wed, 8 Jun 2016 00:59:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DDC2528371 for ; Wed, 8 Jun 2016 00:59:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750881AbcFHA7z (ORCPT ); Tue, 7 Jun 2016 20:59:55 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:56528 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750810AbcFHA7y (ORCPT ); Tue, 7 Jun 2016 20:59:54 -0400 Received: from reginn.isobedori.kobe.vergenet.net (p6216-ipbfp1501kobeminato.hyogo.ocn.ne.jp [114.153.217.216]) by kirsty.vergenet.net (Postfix) with ESMTPA id BDEB625B7C7; Wed, 8 Jun 2016 10:59:49 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1465347589; bh=1JcNvSFNImIueOxNGRuXBe4PnqlriZb4nqGWapnEkNc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=X8b7sSNdNniGGbMuj3QwuOPy7+UZ5xdRveHbTGsThBbLPahhSqcDPHqeMupR93XXn M72fVYXcFcYXoxEb8YcwGqezP3qtwVRuAW+ZcaCCnoMmgRf6oWoOvepleDEQind8AJ lUHUPE/2rB3bcfe0lmi/SFSsnuaEl8QMqRpLT6so= Received: by reginn.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id 65B8094053B; Wed, 8 Jun 2016 09:59:47 +0900 (JST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Geert Uytterhoeven , Simon Horman Subject: [PATCH 1/9] arm64: dts: salvator-x: SCIF1 supports RTS/CTS hardware flow control Date: Wed, 8 Jun 2016 09:59:38 +0900 Message-Id: <3cac478cce564c11f56f30bd16530c2757b3e4f3.1465347183.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven On the Salvator-X development board, the RTS and CTS pins of debug serial-1 port SCIF1 are wired to the CP2102 Serial-USB bridge. Reflect this in the DTS by adding the "uart-has-rtscts" property to the scif1 device node. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts index 9f561c943f6f..76bc94a528aa 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts +++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts @@ -208,6 +208,7 @@ pinctrl-0 = <&scif1_pins>; pinctrl-names = "default"; + uart-has-rtscts; status = "okay"; };