diff options
| author | Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> | 2026-09-04 15:54:24 +0300 |
|---|---|---|
| committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2026-09-07 11:04:58 +0200 |
| commit | 16a06509a9b7754e2ebd7a66c47abd00e5fbc5a6 (patch) | |
| tree | 75c89a7965f909e6857319ac0e1c16a35304aecd | |
| parent | 5e1e9d0cd8f366cedac88b7463126da989704e35 (diff) | |
| download | linux-next-16a06509a9b7754e2ebd7a66c47abd00e5fbc5a6.tar.gz linux-next-16a06509a9b7754e2ebd7a66c47abd00e5fbc5a6.zip | |
dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Document missing I3C power source option
The I3C pins on the Renesas RZ/G3S SoC can be powered at either 1.2V or
1.8V. Document the missing 1.2V power source option.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://patch.msgid.link/20260904125425.412632-5-claudiu.beznea+renesas@tuxon.dev
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
| -rw-r--r-- | Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-pinctrl.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-pinctrl.yaml index a551996623c0..ec5d6d52f07b 100644 --- a/Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-pinctrl.yaml @@ -129,7 +129,7 @@ additionalProperties: enum: [ 33, 50, 66, 100 ] power-source: description: I/O voltage in millivolt. - enum: [ 1800, 2500, 3300 ] + enum: [ 1200, 1800, 2500, 3300 ] slew-rate: true gpio-hog: true gpios: true |
