diff options
author | Geert Uytterhoeven <[email protected]> | 2023-06-06 12:01:40 +0200 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2023-06-06 17:43:26 +0200 |
commit | ba65c79fbb813423e7d42d99375e2045b27958a6 (patch) | |
tree | b43f78750ed942debd679d5ab97f768793b15b0b | |
parent | 7ce8d39e342167b2be7004b28926728176e6d94e (diff) |
dt-bindings: gpio: gpio-delay: Spelling s/curcuit/circuit/
Fix misspellings of "circuit".
Fixes: c7239a3da1628767 ("dt-bindings: gpio: Add gpio-delay binding document")
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Alexander Stein <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/gpio/gpio-delay.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio-delay.yaml b/Documentation/devicetree/bindings/gpio/gpio-delay.yaml index 7c16a4e1a768..1cebc4058e27 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-delay.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-delay.yaml @@ -11,7 +11,7 @@ maintainers: description: | This binding describes an electrical setup where setting an GPIO output - is delayed by some external setup, e.g. RC curcuit. + is delayed by some external setup, e.g. RC circuit. +----------+ +-----------+ | | VCC_B | | @@ -30,7 +30,7 @@ description: | GND If the input on the consumer is controlled by an open-drain signal - attached to an RC curcuit the ramp-up delay is not under control + attached to an RC circuit the ramp-up delay is not under control of the GPIO controller. properties: |