diff mbox series

arm64: dts: r8a77990: ebisu: Add serial console pins

Message ID 20181105213859.11408-1-marek.vasut+renesas@gmail.com (mailing list archive)
State Accepted
Commit 7cf9f86d232b91e4358e399436875c185b2e2554
Delegated to: Simon Horman
Headers show
Series arm64: dts: r8a77990: ebisu: Add serial console pins | expand

Commit Message

Marek Vasut Nov. 5, 2018, 9:38 p.m. UTC
From: Takeshi Kihara <takeshi.kihara.df@renesas.com>

This patch adds pin control for SCIF2 on R8A77990 E3 Ebisu.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Simon Horman <horms+renesas@verge.net.au>
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Cc: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
---
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Yoshihiro Shimoda Nov. 6, 2018, 5:22 a.m. UTC | #1
Hello Marek-san,

> From: Marek Vasut, Sent: Tuesday, November 6, 2018 6:39 AM
> 
> From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> 
> This patch adds pin control for SCIF2 on R8A77990 E3 Ebisu.
> 
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Simon Horman <horms+renesas@verge.net.au>
> Cc: Wolfram Sang <wsa@the-dreams.de>
> Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> Cc: linux-renesas-soc@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> ---

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

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
Simon Horman Nov. 6, 2018, 12:29 p.m. UTC | #2
On Tue, Nov 06, 2018 at 05:22:35AM +0000, Yoshihiro Shimoda wrote:
> Hello Marek-san,
> 
> > From: Marek Vasut, Sent: Tuesday, November 6, 2018 6:39 AM
> > 
> > From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> > 
> > This patch adds pin control for SCIF2 on R8A77990 E3 Ebisu.
> > 
> > Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> > Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
> > Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> > Cc: Simon Horman <horms+renesas@verge.net.au>
> > Cc: Wolfram Sang <wsa@the-dreams.de>
> > Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> > Cc: linux-renesas-soc@vger.kernel.org
> > Cc: linux-arm-kernel@lists.infradead.org
> > ---
> 
> Thank you for the patch!
> 
> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Thanks, applied for v4.21.
Geert Uytterhoeven Nov. 8, 2018, 12:01 p.m. UTC | #3
On Mon, Nov 5, 2018 at 10:39 PM Marek Vasut <marek.vasut@gmail.com> wrote:
> Subject: [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins

arm64: dts: renesas: r8a77990: ebisu: Add serial console pins

Gr{oetje,eeting}s,

                        Geert
Simon Horman Nov. 8, 2018, 1:11 p.m. UTC | #4
On Thu, Nov 08, 2018 at 01:01:08PM +0100, Geert Uytterhoeven wrote:
> On Mon, Nov 5, 2018 at 10:39 PM Marek Vasut <marek.vasut@gmail.com> wrote:
> > Subject: [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins
> 
> arm64: dts: renesas: r8a77990: ebisu: Add serial console pins

Thanks, fixed.
diff mbox series

Patch

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";
 };