diff options
| author | Luca Leonardo Scorcia <l.scorcia@gmail.com> | 2026-06-01 18:26:42 +0300 |
|---|---|---|
| committer | Linus Walleij <linusw@kernel.org> | 2026-06-09 01:45:51 +0300 |
| commit | 248ff9624dc09deed69c718c092d78e04d3bda17 (patch) | |
| tree | a8f5d2709c2e9e873e9f6ec0ef71bcc6782d81e8 | |
| parent | 439bc91d20188901dac698bed4921caac76d9074 (diff) | |
| download | linux-248ff9624dc09deed69c718c092d78e04d3bda17.tar.xz | |
dt-bindings: pinctrl: mediatek: mt6795: document the slew-rate property
The driver for MT6795 pinctrl already supports the slew-rate property.
Add its description to the documentation.
Signed-off-by: Luca Leonardo Scorcia <l.scorcia@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/pinctrl/mediatek,mt6795-pinctrl.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/mediatek,mt6795-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/mediatek,mt6795-pinctrl.yaml index 68e91c05f122..9a937f414cc9 100644 --- a/Documentation/devicetree/bindings/pinctrl/mediatek,mt6795-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/mediatek,mt6795-pinctrl.yaml @@ -152,6 +152,14 @@ patternProperties: $ref: /schemas/types.yaml#/definitions/uint32 enum: [0, 1, 2, 3] + slew-rate: + description: | + Set the slew rate. Valid arguments are described as below: + 0: Normal slew rate + 1: Slower slew + $ref: /schemas/types.yaml#/definitions/uint32 + enum: [0, 1] + required: - pinmux |
