diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-01-18 18:11:42 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-01-18 18:11:42 +0300 |
commit | dbbdb8da424b97d1b7d08f5e8f0cad8a31934c58 (patch) | |
tree | 69de5a297d402378a70a5972f3fab7e2c2027c1f /Documentation/devicetree/bindings/pinctrl | |
parent | 60c456e0ff06b8918a0899987cc0faa23f16933d (diff) | |
parent | a5cda861ed57710837bc560a3c715160da710555 (diff) | |
download | linux-dbbdb8da424b97d1b7d08f5e8f0cad8a31934c58.tar.xz |
Merge tag 'renesas-pinctrl-for-v5.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into devel
pinctrl: renesas: Updates for v5.12
- Restrict debug runtime-checks to Renesas platforms,
- Initial support for the R-Car V3U SoC.
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml index 5b5b1b9d2ec7..5a45e7d78ce4 100644 --- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml +++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml @@ -43,11 +43,12 @@ properties: - renesas,pfc-r8a77980 # R-Car V3H - renesas,pfc-r8a77990 # R-Car E3 - renesas,pfc-r8a77995 # R-Car D3 + - renesas,pfc-r8a779a0 # R-Car V3U - renesas,pfc-sh73a0 # SH-Mobile AG5 reg: minItems: 1 - maxItems: 2 + maxItems: 10 gpio-controller: true |