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 <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 1737715 commit f07e2b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)