Re: [PATCH] arm64: dts: renesas: v3msk: add SCIF0 pins

2018-03-14 Thread Simon Horman
On Wed, Mar 14, 2018 at 02:14:27PM +0100, Geert Uytterhoeven wrote:
> On Tue, Mar 13, 2018 at 8:26 PM, Sergei Shtylyov
>  wrote:
> > Add the (previously omitted) SCIF0 pin data to the V3M Starter Kit board's
> > device tree.
> >
> > Signed-off-by: Sergei Shtylyov 
> 
> Reviewed-by: Geert Uytterhoeven 

Thanks, applied.


Re: [PATCH] arm64: dts: renesas: v3msk: add SCIF0 pins

2018-03-14 Thread Geert Uytterhoeven
On Tue, Mar 13, 2018 at 8:26 PM, Sergei Shtylyov
 wrote:
> Add the (previously omitted) SCIF0 pin data to the V3M Starter Kit board's
> device tree.
>
> Signed-off-by: Sergei Shtylyov 

Reviewed-by: Geert Uytterhoeven 

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


[PATCH] arm64: dts: renesas: v3msk: add SCIF0 pins

2018-03-13 Thread Sergei Shtylyov
Add the (previously omitted) SCIF0 pin data to the V3M Starter Kit board's
device tree.

Signed-off-by: Sergei Shtylyov 

---
The patch is against the 'renesas-devel-20180308-v4.16-rc4' tag of Simon's
'renesas.git repo...

 arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts |   10 ++
 1 file changed, 10 insertions(+)

Index: renesas/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts
===
--- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts
+++ renesas/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts
@@ -51,6 +51,16 @@
clock-frequency = <32768>;
 };
 
+ {
+   scif0_pins: scif0 {
+   groups = "scif0_data";
+   function = "scif0";
+   };
+};
+
  {
+   pinctrl-0 = <_pins>;
+   pinctrl-names = "default";
+
status = "okay";
 };