From patchwork Tue Dec 15 13:26:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 7854661 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9F7B79F350 for ; Tue, 15 Dec 2015 13:25:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D10F3201BB for ; Tue, 15 Dec 2015 13:25:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EE0DA2017E for ; Tue, 15 Dec 2015 13:25:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933262AbbLONZE (ORCPT ); Tue, 15 Dec 2015 08:25:04 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:34296 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932176AbbLONZD (ORCPT ); Tue, 15 Dec 2015 08:25:03 -0500 Received: by mail-pa0-f50.google.com with SMTP id wq6so4875632pac.1 for ; Tue, 15 Dec 2015 05:25:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=DspiWGu/hkGSdkivgax5wBQQrQ6Hys0xs2NZKiRWLbM=; b=ZPaePZ1Cmtl1YH12muvCDO5w1u30ZDuynfwBRsYYNKw2Ipd2uvvbqvSu6EfRSPR0l9 b97cwWPHjWfbb0rlaX0VR0asIj+IJaI4euPZpXg5OEwL7wsKku5wvVq60zlePTL4bl9a XAui9rixRw6qOfDxCxWm46B5QYN0Ey3v38CstUwRObfHT1ojTVCeaowsyJefIUwXji6E lq2OxKH8agsHaFXs9e5ervVO55HT5REpPHO4BX+FFVurfyW0ZziZ34Dj9T2ck7E2frzR rPK+/Cu6BkuakuMwB6Gvpc/0HdEOvj0tfIKkvK+BAJuk/YYWWG/31nj0Us9eh9G/rcyz iBAQ== X-Received: by 10.66.146.130 with SMTP id tc2mr52931010pab.26.1450185903446; Tue, 15 Dec 2015 05:25:03 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by smtp.gmail.com with ESMTPSA id uz4sm2397066pac.39.2015.12.15.05.25.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Dec 2015 05:25:02 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: horms+renesas@verge.net.au, Magnus Damm , laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be Date: Tue, 15 Dec 2015 22:26:43 +0900 Message-Id: <20151215132643.15356.92444.sendpatchset@little-apple> In-Reply-To: <20151215132634.15356.29848.sendpatchset@little-apple> References: <20151215132634.15356.29848.sendpatchset@little-apple> Subject: [PATCH/RFC 01/03] ARM: shmobile: External Salvator-X SCIF3/HSCIF3 loop Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, 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 From: Magnus Damm Add SCIF3 and HSCIF3 as two new serial ports to the r8a7795 Salvator-X DT file. Signed-off-by: Magnus Damm --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 28 ++++++++++++++++++++ 1 file changed, 28 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts +++ work/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts 2015-11-06 14:21:56.640513000 +0900 @@ -41,6 +41,8 @@ aliases { serial0 = &scif2; serial1 = &scif1; + serial2 = &scif3; + serial3 = &hscif3; ethernet0 = &avb; }; @@ -135,6 +137,16 @@ renesas,groups = "scif2_data_a"; renesas,function = "scif2"; }; + + scif3_pins: scif3 { /* TX: 1_11, RX: 1_8 */ + renesas,groups = "scif3_data_b"; + renesas,function = "scif3"; + }; + + hscif3_pins: hscif3 { /* TX: 2_8, RX: 2_7 */ + renesas,groups = "hscif3_data_d"; + renesas,function = "hscif3"; + }; i2c2_pins: i2c2 { renesas,groups = "i2c2_a"; @@ -169,6 +181,22 @@ pinctrl-names = "default"; status = "okay"; +}; + +&scif3 { + pinctrl-0 = <&scif3_pins>; + pinctrl-names = "default"; + + status = "okay"; +}; + +/* SCIF3 TX -> HSCIF3 RX, HSCIF3 TX -> SCIF3 RX */ + +&hscif3 { + pinctrl-0 = <&hscif3_pins>; + pinctrl-names = "default"; + + status = "okay"; }; &i2c2 {