Skip to content

Commit f07e2b6

Browse files
prabhakarladgeertu
authored andcommitted
dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Allow schmitt and open drain properties
On the RZ/V2H(P) SoC one can configure the 'input-schmitt-{enable,disable}', 'drive-open-drain' and 'drive-push-pull' of multiplexed pins. Update the binding documentation to include these properties. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/20241004123658.764557-2-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 1737715 commit f07e2b6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-pinctrl.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ additionalProperties:
119119
bias-disable: true
120120
bias-pull-down: true
121121
bias-pull-up: true
122+
input-schmitt-enable: true
123+
input-schmitt-disable: true
124+
drive-open-drain: true
125+
drive-push-pull: true
122126
renesas,output-impedance:
123127
description:
124128
Output impedance for pins on the RZ/V2H(P) SoC. The value provided by this

0 commit comments

Comments
 (0)