summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea@microchip.com>2019-02-07 09:25:08 +0000
committerLinus Walleij <linus.walleij@linaro.org>2019-02-08 13:07:25 +0100
commit5e07a820649bc7e29249c832abc33c1bffd0e2db (patch)
treeff65c38e801c8bac60bb00e911dfc3b7703d8ff4 /Documentation/devicetree/bindings
parent64e21add8cd9717f042b523f35ea831eab14261b (diff)
downloadlinux-5e07a820649bc7e29249c832abc33c1bffd0e2db.tar.gz
linux-5e07a820649bc7e29249c832abc33c1bffd0e2db.tar.bz2
linux-5e07a820649bc7e29249c832abc33c1bffd0e2db.zip
dt-bindings: add documentation for slew rate
Add documentation for slew rate. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r--Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
index 470283b4ddbf..eb39f5051159 100644
--- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
@@ -100,6 +100,7 @@ DRIVE_STRENGTH (3 << 5): indicate the drive strength of the pin using the
11 - High
OUTPUT (1 << 7): indicate this pin need to be configured as an output.
OUTPUT_VAL (1 << 8): output val (1 = high, 0 = low)
+SLEWRATE (1 << 9): slew rate of the pin: 0 = disable, 1 = enable
DEBOUNCE (1 << 16): indicate this pin needs debounce.
DEBOUNCE_VAL (0x3fff << 17): debounce value.