From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1163622AbdD1FVu (ORCPT ); Fri, 28 Apr 2017 01:21:50 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:45589 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755738AbdD1FVm (ORCPT ); Fri, 28 Apr 2017 01:21:42 -0400 Date: Fri, 28 Apr 2017 07:21:35 +0200 From: Simon Horman To: Jacopo Mondi Cc: linus.walleij@linaro.org, geert+renesas@glider.be, laurent.pinchart@ideasonboard.com, chris.brandt@renesas.com, robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 07/10] arm: dts: genmai: Add SCIF2 pin group Message-ID: <20170428052135.GE18349@verge.net.au> References: <1493281194-5200-1-git-send-email-jacopo+renesas@jmondi.org> <1493281194-5200-8-git-send-email-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1493281194-5200-8-git-send-email-jacopo+renesas@jmondi.org> Organisation: Horms Solutions BV User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 27, 2017 at 10:19:51AM +0200, Jacopo Mondi wrote: > Add pin configuration subnode for SCIF2 serial debug interface. > > Signed-off-by: Jacopo Mondi > Reviewed-by: Geert Uytterhoeven As the dt-bindings (documentation) has been acked by Geert I'd be happy to queue up this and other "arm: dts: genmai" DT patches in this series which do not have any outstanding review comments. Is it safe to do so without the PFC driver patches in place? > --- > arch/arm/boot/dts/r7s72100-genmai.dts | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dts > index 118a8e2..c28d74b 100644 > --- a/arch/arm/boot/dts/r7s72100-genmai.dts > +++ b/arch/arm/boot/dts/r7s72100-genmai.dts > @@ -11,6 +11,7 @@ > > /dts-v1/; > #include "r7s72100.dtsi" > +#include > > / { > model = "Genmai"; > @@ -36,6 +37,14 @@ > }; > }; > > +&pinctrl { > + > + scif2_pins: serial2 { > + /* P3_0 as TxD2; P3_2 as RxD2 */ > + pinmux = , ; > + }; > +}; > + > &extal_clk { > clock-frequency = <13330000>; > }; > @@ -60,6 +69,9 @@ > }; > > &scif2 { > + pinctrl-names = "default"; > + pinctrl-0 = <&scif2_pins>; > + > status = "okay"; > }; > > -- > 2.7.4 >