diff options
author | 2020-05-15 16:45:27 +0100 | |
---|---|---|
committer | 2020-05-28 14:06:37 -0600 | |
commit | 39c7c93de02c2c0c150ff41f33068c201b964050 (patch) | |
tree | 524434732285c8ba210a83d87d9d5722fd7dfe7b | |
parent | dt-bindings: power: renesas,apmu: Document r8a7742 support (diff) | |
download | linux-dev-39c7c93de02c2c0c150ff41f33068c201b964050.tar.xz linux-dev-39c7c93de02c2c0c150ff41f33068c201b964050.zip |
dt-bindings: gpio: renesas, rcar-gpio: Add r8a7742 (RZ/G1H) support
Renesas RZ/G1H (R8A7742) SoC GPIO blocks are identical to the R-Car Gen2
family. Add support for its GPIO controllers.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml index bcece7e6f7b4..397d9383d15a 100644 --- a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml @@ -20,6 +20,7 @@ properties: - items: - enum: + - renesas,gpio-r8a7742 # RZ/G1H - renesas,gpio-r8a7743 # RZ/G1M - renesas,gpio-r8a7744 # RZ/G1N - renesas,gpio-r8a7745 # RZ/G1E |