Re: [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins

2018-11-08 Thread Simon Horman
On Thu, Nov 08, 2018 at 01:01:08PM +0100, Geert Uytterhoeven wrote:
> On Mon, Nov 5, 2018 at 10:39 PM Marek Vasut  wrote:
> > Subject: [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins
> 
> arm64: dts: renesas: r8a77990: ebisu: Add serial console pins

Thanks, fixed.


Re: [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins

2018-11-08 Thread Geert Uytterhoeven
On Mon, Nov 5, 2018 at 10:39 PM Marek Vasut  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

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


Re: [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins

2018-11-06 Thread Simon Horman
On Tue, Nov 06, 2018 at 05:22:35AM +, Yoshihiro Shimoda wrote:
> 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-ker...@lists.infradead.org
> > ---
> 
> Thank you for the patch!
> 
> Reviewed-by: Yoshihiro Shimoda 

Thanks, applied for v4.21.


RE: [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins

2018-11-05 Thread Yoshihiro Shimoda
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-ker...@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 @@
>  };
> 
>   {
> + pinctrl-0 = <_pins>;
> + pinctrl-names = "default";
> +
>   status = "okay";
>  };
> 
> --
> 2.18.0