aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-03-30 11:24:09 -0400
committerTom Rini <trini@konsulko.com>2021-03-30 11:24:09 -0400
commit7d23eb9260d5ce0ccb219a17cfc90c29101d4fa5 (patch)
tree18a337967a56497ae811501c06676beb91b4e357 /doc
parent1057b1be75386e3513dca392d8258e01e5cccc01 (diff)
parentbbfb81c1876f32b8991cf34cf0fa5525e9f28afd (diff)
downloadu-boot-7d23eb9260d5ce0ccb219a17cfc90c29101d4fa5.zip
u-boot-7d23eb9260d5ce0ccb219a17cfc90c29101d4fa5.tar.gz
u-boot-7d23eb9260d5ce0ccb219a17cfc90c29101d4fa5.tar.bz2
Merge tag 'u-boot-atmel-2021.07-a' of https://source.denx.de/u-boot/custodians/u-boot-atmel into nextWIP/30Mar2021-next
First set of u-boot-atmel features for 2021.07 cycle: This small feature set includes the implementation of the slew rate for the PIO4 pin controller device, and a fix for arm926ejs-based microprocessors that avoids a crash.
Diffstat (limited to 'doc')
-rw-r--r--doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt b/doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
index 9252dc1..6e936a0 100644
--- a/doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
+++ b/doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
@@ -25,9 +25,10 @@ ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
right representation of the pin.
Optional properties:
-- GENERIC_PINCONFIG: generic pinconfig options to use, bias-disable,
-bias-pull-down, bias-pull-up, drive-open-drain, input-schmitt-enable,
-input-debounce.
+- GENERIC_PINCONFIG: generic pinconfig options to use:
+ - bias-disable, bias-pull-down, bias-pull-up, drive-open-drain,
+ input-schmitt-enable, input-debounce
+ - slew-rate: 0 - disabled, 1 - enabled (default)
- atmel,drive-strength: 0 or 1 for low drive, 2 for medium drive and 3 for
high drive. The default value is low drive.