Message ID | 649e875962b486e0bf849aba8f386eb6290a433a.1662714555.git.geert+renesas@glider.be |
---|---|
State | Accepted |
Commit | 3af20d2723be5f70e1ce818504a4c093a81b21f5 |
Headers | show |
Series | dt-bindings: gpio: renesas,rcar-gpio: Add r8a779g0 support | expand |
On 09/09/2022 11:09, Geert Uytterhoeven wrote: > Document support for the GPIO controller blocks in the Renesas R-Car > V4H (R8A779G0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Fri, Sep 9, 2022 at 11:09 AM Geert Uytterhoeven <geert+renesas@glider.be> wrote: > > Document support for the GPIO controller blocks in the Renesas R-Car > V4H (R8A779G0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml > index 75e5da6a7cc04bbd..aa424e2b95f87a51 100644 > --- a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml > +++ b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml > @@ -52,6 +52,7 @@ properties: > - enum: > - renesas,gpio-r8a779a0 # R-Car V3U > - renesas,gpio-r8a779f0 # R-Car S4-8 > + - renesas,gpio-r8a779g0 # R-Car V4H > - const: renesas,rcar-gen4-gpio # R-Car Gen4 > > reg: > -- > 2.25.1 > Applied, thanks! Bart
diff --git a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml index 75e5da6a7cc04bbd..aa424e2b95f87a51 100644 --- a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml @@ -52,6 +52,7 @@ properties: - enum: - renesas,gpio-r8a779a0 # R-Car V3U - renesas,gpio-r8a779f0 # R-Car S4-8 + - renesas,gpio-r8a779g0 # R-Car V4H - const: renesas,rcar-gen4-gpio # R-Car Gen4 reg:
Document support for the GPIO controller blocks in the Renesas R-Car V4H (R8A779G0) SoC. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml | 1 + 1 file changed, 1 insertion(+)