On Wed, Apr 19, 2017 at 3:24 PM, Ulrich Hecht <ulrich.hecht+renesas@xxxxxxxxx> wrote: > From: Ryo Kodama <ryo.kodama.vz@xxxxxxxxxxx> > > This patch adds support of PWM{1,2} device for Salvator-X board on > R8A7796 SoC. > > Signed-off-by: Ryo Kodama <ryo.kodama.vz@xxxxxxxxxxx> > Signed-off-by: Takeshi Kihara <takeshi.kihara.df@xxxxxxxxxxx> > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@xxxxxxxxx> > --- > arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts > index 14d9e51..b4ff1b6 100644 > --- a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts > +++ b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts > @@ -114,6 +126,15 @@ > function = "avb"; > }; > > + pwm1_pins: pwm1 { > + groups = "pwm1_a", "pwm1_b"; > + function = "pwm1"; > + }; > + pwm2_pins: pwm2 { > + groups = "pwm2_a", "pwm2_b"; > + function = "pwm2"; > + }; Same brain damage as the r8a7795 counterpart... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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