On Wed, Sep 13, 2017 at 03:52:08PM +0900, Yoshihiro Shimoda wrote: > This patch adds GPIO device nodes for r8a77995. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- > This patch should be applied after the following patch is applied: > "gpio: rcar: Add r8a77995 (R-Car D3) support". I think it can be applied in parallel with that patch as the driver will match on "renesas,rcar-gen3-gpio". Right? > arch/arm64/boot/dts/renesas/r8a77995.dtsi | 112 ++++++++++++++++++++++++++++++ > 1 file changed, 112 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77995.dtsi b/arch/arm64/boot/dts/renesas/r8a77995.dtsi > index 84b6bd5..a1c9271 100644 > --- 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 = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; > + #gpio-cells = <2>; > + gpio-controller; > + gpio-ranges = <&pfc 0 0 9>; > + #interrupt-cells = <2>; > + interrupt-controller; > + clocks = <&cpg CPG_MOD 912>; > + power-domains = <&cpg>; > + resets = <&cpg 912>; > + }; ...