Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: pinctrl: at91-pio4: add slew-rate

Document slew-rate DT binding for SAMA7G5.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1611747945-29960-2-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Claudiu Beznea and committed by
Linus Walleij
aad018aa d3171b68

+5 -3
+5 -3
Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
··· 35 35 right representation of the pin. 36 36 37 37 Optional properties: 38 - - GENERIC_PINCONFIG: generic pinconfig options to use, bias-disable, 39 - bias-pull-down, bias-pull-up, drive-open-drain, input-schmitt-enable, 40 - input-debounce, output-low, output-high. 38 + - GENERIC_PINCONFIG: generic pinconfig options to use: 39 + - bias-disable, bias-pull-down, bias-pull-up, drive-open-drain, 40 + input-schmitt-enable, input-debounce, output-low, output-high. 41 + - for microchip,sama7g5-pinctrl only: 42 + - slew-rate: 0 - disabled, 1 - enabled (default) 41 43 - atmel,drive-strength: 0 or 1 for low drive, 2 for medium drive and 3 for 42 44 high drive. The default value is low drive. 43 45