Commit e6187953 authored by Colin Ian King's avatar Colin Ian King Committed by Linus Walleij
Browse files

dt-bindings: pinctrl: fix spelling mistakes in pinctl documentation



The spelling of configured is incorrect in the documentation. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 49bd61eb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -122,17 +122,17 @@ to specify in a pin configuration subnode:
- bias-disable:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as no pull.
	Definition: The specified pins should be configured as no pull.

- bias-pull-down:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as pull down.
	Definition: The specified pins should be configured as pull down.

- bias-pull-up:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as pull up.
	Definition: The specified pins should be configured as pull up.

- output-high:
	Usage: optional
+3 −3
Original line number Diff line number Diff line
@@ -118,17 +118,17 @@ to specify in a pin configuration subnode:
- bias-disable:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as no pull.
	Definition: The specified pins should be configured as no pull.

- bias-pull-down:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as pull down.
	Definition: The specified pins should be configured as pull down.

- bias-pull-up:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as pull up.
	Definition: The specified pins should be configured as pull up.

- output-high:
	Usage: optional
+3 −3
Original line number Diff line number Diff line
@@ -97,17 +97,17 @@ to specify in a pin configuration subnode:
- bias-disable:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as no pull.
	Definition: The specified pins should be configured as no pull.

- bias-pull-down:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as pull down.
	Definition: The specified pins should be configured as pull down.

- bias-pull-up:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as pull up.
	Definition: The specified pins should be configured as pull up.

- output-high:
	Usage: optional
+3 −3
Original line number Diff line number Diff line
@@ -130,17 +130,17 @@ to specify in a pin configuration subnode:
- bias-disable:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as no pull.
	Definition: The specified pins should be configured as no pull.

- bias-pull-down:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as pull down.
	Definition: The specified pins should be configured as pull down.

- bias-pull-up:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as pull up.
	Definition: The specified pins should be configured as pull up.

- output-high:
	Usage: optional
+3 −3
Original line number Diff line number Diff line
@@ -124,17 +124,17 @@ to specify in a pin configuration subnode:
- bias-disable:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as no pull.
	Definition: The specified pins should be configured as no pull.

- bias-pull-down:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as pull down.
	Definition: The specified pins should be configured as pull down.

- bias-pull-up:
	Usage: optional
	Value type: <none>
	Definition: The specified pins should be configued as pull up.
	Definition: The specified pins should be configured as pull up.

- output-high:
	Usage: optional
Loading