Message ID | 20181105213859.11408-1-marek.vasut+renesas@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: r8a77990: ebisu: Add serial console pins | expand |
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
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.
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
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 --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"; };