From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH] arm64: dts: renesas: r8a77995: add GPIO device nodes Date: Wed, 13 Sep 2017 11:21:31 +0200 Message-ID: References: <1505285528-7033-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <1505285528-7033-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Sender: linux-renesas-soc-owner@vger.kernel.org To: Yoshihiro Shimoda Cc: Simon Horman , Magnus Damm , Rob Herring , Mark Rutland , "devicetree@vger.kernel.org" , Linux-Renesas List-Id: devicetree@vger.kernel.org Hi Shimoda-san, On Wed, Sep 13, 2017 at 8:52 AM, Yoshihiro Shimoda wrote: > This patch adds GPIO device nodes for r8a77995. > > Signed-off-by: Yoshihiro Shimoda Thanks for your patch! > --- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi > @@ -139,6 +139,118 @@ > #power-domain-cells = <1>; > }; > > + gpio0: gpio@e6050000 { > + compatible = "renesas,gpio-r8a77995", > + "renesas,rcar-gen3-gpio", > + "renesas,gpio-rcar"; > + reg = <0 0xe6050000 0 0x50>; > + interrupts = ; > + #gpio-cells = <2>; > + gpio-controller; > + gpio-ranges = <&pfc 0 0 9>; > + #interrupt-cells = <2>; > + interrupt-controller; > + clocks = <&cpg CPG_MOD 912>; > + power-domains = <&cpg>; All nodes lack the power domain index (32, to be replaced by R8A77995_PD_ALWAYS_ON later): power-domains = <&sysc 32>; > + resets = <&cpg 912>; > + }; With that fixed: Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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