From patchwork Wed Nov 20 07:36:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3210861 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 917D89F499 for ; Wed, 20 Nov 2013 07:36:51 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B65DE2064E for ; Wed, 20 Nov 2013 07:36:50 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D0F442064D for ; Wed, 20 Nov 2013 07:36:49 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vj2L6-0005eI-8y; Wed, 20 Nov 2013 07:36:44 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vj2L3-0005X6-Pb; Wed, 20 Nov 2013 07:36:41 +0000 Received: from mail-pd0-x22e.google.com ([2607:f8b0:400e:c02::22e]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vj2L1-0005W4-8i for linux-arm-kernel@lists.infradead.org; Wed, 20 Nov 2013 07:36:40 +0000 Received: by mail-pd0-f174.google.com with SMTP id y13so3103276pdi.19 for ; Tue, 19 Nov 2013 23:36:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=o8M0/Aiuf2YIq3si+Tj1IQDksnoaNCROOB7guT1zX3Y=; b=TYZQzbVBw0Gzm0jRW42wLbnVBfbnvMf2DfH3O8fZ6hIWepR8P+xzpInGra6VUjKC6L 8oiZDQyXtQFlwTXGs3N2h8vp4BjPZhhhWYt+kTFryb0s/TXZYIpVEPC3AMj/oRgRJiA7 OjM4LXahNWdNGjUWFQjt2TURfyqjWTbTflMuQ566cOv7jtMicj5EbcB+nGGfgBnPN2nH 4RwZXTqBD0RjNF2tZfKAWRuQJW/XNTUbuj6VZB97S+wYE7UgHHoFTVduUt+ZXedqM8X2 hV2rL23qv+jPGySiG9I4AqGu4xIZf8PpkqCV4lLp4lFd7dUaUFsAZooZYEYhhF6ONdvC jg/Q== X-Received: by 10.66.170.138 with SMTP id am10mr29898644pac.51.1384932977347; Tue, 19 Nov 2013 23:36:17 -0800 (PST) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id ie6sm9371382pbc.6.2013.11.19.23.36.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Nov 2013 23:36:16 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Wed, 20 Nov 2013 16:36:59 +0900 Message-Id: <20131120073659.22718.79556.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Configure r8a7791 PFC on Koelsch via DTS X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131120_023639_404918_3BEE020C X-CRM114-Status: UNSURE ( 7.45 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: horms@verge.net.au, Magnus Damm , 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=-4.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable 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 Configure the "D" set of data signals for SCIF0 and SCIF1 on the Koelsch board to setup pinctrl serial console bits. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r8a7791-koelsch-reference.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) --- 0001/arch/arm/boot/dts/r8a7791-koelsch-reference.dts +++ work/arch/arm/boot/dts/r8a7791-koelsch-reference.dts 2013-11-20 16:23:06.000000000 +0900 @@ -30,3 +30,19 @@ #size-cells = <1>; }; }; + +&pfc { + pinctrl-0 = <&scif0_pins &scif1_pins>; + pinctrl-names = "default"; + + scif0_pins: serial0 { + renesas,groups = "scif0_data_d"; + renesas,function = "scif0"; + }; + + scif1_pins: serial1 { + renesas,groups = "scif1_data_d"; + renesas,function = "scif1"; + }; +}; +