On Wed, Aug 17, 2016 at 05:41:21PM +0200, Geert Uytterhoeven wrote: > On Wed, Aug 17, 2016 at 1:31 PM, Simon Horman > <horms+renesas@xxxxxxxxxxxx> wrote: > > From: Takeshi Kihara <takeshi.kihara.df@xxxxxxxxxxx> > > > > Add GPIO device nodes to the DT of the r8a7796 SoC. > > > > Signed-off-by: Takeshi Kihara <takeshi.kihara.df@xxxxxxxxxxx> > > Signed-off-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > > --- > > arch/arm64/boot/dts/renesas/r8a7796.dtsi | 112 +++++++++++++++++++++++++++++++ > > 1 file changed, 112 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi > > index faea5a960abc..2741535f8b15 100644 > > --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi > > +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi > > @@ -107,6 +107,118 @@ > > status = "disabled"; > > }; > > > > + gpio0: gpio@e6050000 { > > + compatible = "renesas,gpio-r8a7796", > > This compatible value should be documented in > Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt Thanks, will do.