From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshihiro Shimoda Subject: RE: [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins Date: Tue, 6 Nov 2018 05:22:35 +0000 Message-ID: References: <20181105213859.11408-1-marek.vasut+renesas@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20181105213859.11408-1-marek.vasut+renesas@gmail.com> Content-Language: ja-JP List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Marek Vasut , "devicetree@vger.kernel.org" Cc: TAKESHI KIHARA , Geert Uytterhoeven , Wolfram Sang , "linux-renesas-soc@vger.kernel.org" , Simon Horman , "linux-arm-kernel@lists.infradead.org" , Marek Vasut List-Id: devicetree@vger.kernel.org Hello Marek-san, > From: Marek Vasut, Sent: Tuesday, November 6, 2018 6:39 AM > > From: Takeshi Kihara > > This patch adds pin control for SCIF2 on R8A77990 E3 Ebisu. > > Signed-off-by: Takeshi Kihara > Signed-off-by: Marek Vasut > Cc: Geert Uytterhoeven > Cc: Simon Horman > Cc: Wolfram Sang > Cc: Yoshihiro Shimoda > Cc: linux-renesas-soc@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > --- Thank you for the patch! Reviewed-by: Yoshihiro Shimoda Best regards, Yoshihiro Shimoda > arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > index f342dd85b152..611f0265fcc5 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > @@ -321,6 +321,11 @@ > function = "pwm5"; > }; > > + scif2_pins: scif2 { > + groups = "scif2_data_a"; > + function = "scif2"; > + }; > + > usb0_pins: usb { > groups = "usb0_b"; > function = "usb0"; > @@ -352,6 +357,9 @@ > }; > > &scif2 { > + pinctrl-0 = <&scif2_pins>; > + pinctrl-names = "default"; > + > status = "okay"; > }; > > -- > 2.18.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-os2jpn01on0104.outbound.protection.outlook.com ([104.47.92.104]:33485 "EHLO JPN01-OS2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726863AbeKFOqH (ORCPT ); Tue, 6 Nov 2018 09:46:07 -0500 From: Yoshihiro Shimoda To: Marek Vasut , "devicetree@vger.kernel.org" CC: TAKESHI KIHARA , Marek Vasut , Geert Uytterhoeven , Simon Horman , Wolfram Sang , "linux-renesas-soc@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: RE: [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins Date: Tue, 6 Nov 2018 05:22:35 +0000 Message-ID: References: <20181105213859.11408-1-marek.vasut+renesas@gmail.com> In-Reply-To: <20181105213859.11408-1-marek.vasut+renesas@gmail.com> Content-Language: ja-JP Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Hello Marek-san, > From: Marek Vasut, Sent: Tuesday, November 6, 2018 6:39 AM >=20 > From: Takeshi Kihara >=20 > This patch adds pin control for SCIF2 on R8A77990 E3 Ebisu. >=20 > Signed-off-by: Takeshi Kihara > Signed-off-by: Marek Vasut > Cc: Geert Uytterhoeven > Cc: Simon Horman > Cc: Wolfram Sang > Cc: Yoshihiro Shimoda > Cc: linux-renesas-soc@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > --- Thank you for the patch! Reviewed-by: Yoshihiro Shimoda Best regards, Yoshihiro Shimoda > arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 > diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/= boot/dts/renesas/r8a77990-ebisu.dts > index f342dd85b152..611f0265fcc5 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > @@ -321,6 +321,11 @@ > function =3D "pwm5"; > }; >=20 > + scif2_pins: scif2 { > + groups =3D "scif2_data_a"; > + function =3D "scif2"; > + }; > + > usb0_pins: usb { > groups =3D "usb0_b"; > function =3D "usb0"; > @@ -352,6 +357,9 @@ > }; >=20 > &scif2 { > + pinctrl-0 =3D <&scif2_pins>; > + pinctrl-names =3D "default"; > + > status =3D "okay"; > }; >=20 > -- > 2.18.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: yoshihiro.shimoda.uh@renesas.com (Yoshihiro Shimoda) Date: Tue, 6 Nov 2018 05:22:35 +0000 Subject: [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins In-Reply-To: <20181105213859.11408-1-marek.vasut+renesas@gmail.com> References: <20181105213859.11408-1-marek.vasut+renesas@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Marek-san, > From: Marek Vasut, Sent: Tuesday, November 6, 2018 6:39 AM > > From: Takeshi Kihara > > This patch adds pin control for SCIF2 on R8A77990 E3 Ebisu. > > Signed-off-by: Takeshi Kihara > Signed-off-by: Marek Vasut > Cc: Geert Uytterhoeven > Cc: Simon Horman > Cc: Wolfram Sang > Cc: Yoshihiro Shimoda > Cc: linux-renesas-soc at vger.kernel.org > Cc: linux-arm-kernel at lists.infradead.org > --- Thank you for the patch! Reviewed-by: Yoshihiro Shimoda Best regards, Yoshihiro Shimoda > arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > index f342dd85b152..611f0265fcc5 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > @@ -321,6 +321,11 @@ > function = "pwm5"; > }; > > + scif2_pins: scif2 { > + groups = "scif2_data_a"; > + function = "scif2"; > + }; > + > usb0_pins: usb { > groups = "usb0_b"; > function = "usb0"; > @@ -352,6 +357,9 @@ > }; > > &scif2 { > + pinctrl-0 = <&scif2_pins>; > + pinctrl-names = "default"; > + > status = "okay"; > }; > > -- > 2.18.0