File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Documentation/devicetree/bindings/gpio Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Required Properties:
9
9
- "renesas,gpio-r8a7791": for R8A7791 (R-Car M2-W) compatible GPIO controller.
10
10
- "renesas,gpio-r8a7793": for R8A7793 (R-Car M2-N) compatible GPIO controller.
11
11
- "renesas,gpio-r8a7794": for R8A7794 (R-Car E2) compatible GPIO controller.
12
+ - "renesas,gpio-r8a7795": for R8A7795 (R-Car H3) compatible GPIO controller.
12
13
- "renesas,gpio-rcar": for generic R-Car GPIO controller.
13
14
14
15
- reg: Base address and length of each memory resource used by the GPIO
Original file line number Diff line number Diff line change @@ -341,6 +341,10 @@ static const struct of_device_id gpio_rcar_of_table[] = {
341
341
}, {
342
342
.compatible = "renesas,gpio-r8a7794" ,
343
343
.data = & gpio_rcar_info_gen2 ,
344
+ }, {
345
+ .compatible = "renesas,gpio-r8a7795" ,
346
+ /* Gen3 GPIO is identical to Gen2. */
347
+ .data = & gpio_rcar_info_gen2 ,
344
348
}, {
345
349
.compatible = "renesas,gpio-rcar" ,
346
350
.data = & gpio_rcar_info_gen1 ,
You can’t perform that action at this time.
0 commit comments