diff mbox series

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

Message ID 20190525204228.8546-1-colin.king@canonical.com
State New
Headers show
Series dt-bindings: pinctrl: fix spelling mistakes in pinctl documentation | expand

Commit Message

Colin Ian King May 25, 2019, 8:42 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 .../devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt    | 6 +++---
 .../devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt    | 6 +++---
 .../devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt    | 6 +++---
 .../devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt    | 6 +++---
 .../devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt    | 6 +++---
 .../devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt    | 6 +++---
 .../devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt    | 6 +++---
 .../devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt    | 6 +++---
 .../devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt     | 6 +++---
 .../devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt     | 6 +++---
 .../devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt     | 6 +++---
 11 files changed, 33 insertions(+), 33 deletions(-)

Comments

Bjorn Andersson May 26, 2019, 5:45 a.m. UTC | #1
On Sat 25 May 13:42 PDT 2019, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> The spelling of configured is incorrect in the documentation. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Thanks,
Bjorn

> ---
>  .../devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt    | 6 +++---
>  .../devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt    | 6 +++---
>  .../devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt    | 6 +++---
>  .../devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt    | 6 +++---
>  .../devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt    | 6 +++---
>  .../devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt    | 6 +++---
>  .../devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt    | 6 +++---
>  .../devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt    | 6 +++---
>  .../devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt     | 6 +++---
>  .../devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt     | 6 +++---
>  .../devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt     | 6 +++---
>  11 files changed, 33 insertions(+), 33 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt
> index 68e93d5b7ede..c9782397ff14 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt
> @@ -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
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt
> index 6dd72f8599e9..7b151894f5a0 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt
> @@ -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
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt
> index 86ecdcfc4fb8..d46973968873 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt
> @@ -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
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
> index 195a7a0ef0cc..3354a63296d9 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
> @@ -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
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt
> index 5034eb6653c7..a7dd213c77c6 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt
> @@ -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
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt
> index f15443f6e78e..da52df6273bc 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt
> @@ -128,17 +128,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
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt
> index fa97f609fe45..a56cb882830c 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt
> @@ -149,17 +149,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
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt
> index e70c79bbbc5b..00174f08ba1d 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt
> @@ -135,17 +135,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
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt
> index 2b8f77762edc..a50e74684195 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt
> @@ -150,17 +150,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
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt
> index 769ca83bb40d..be034d329e10 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt
> @@ -142,17 +142,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
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt
> index 665aadb5ea28..321bdb9be0d2 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt
> @@ -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
> -- 
> 2.20.1
>
Linus Walleij May 27, 2019, 9:10 a.m. UTC | #2
On Sat, May 25, 2019 at 10:42 PM Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
>
> The spelling of configured is incorrect in the documentation. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Patch applied with Bjorn's review tag.

Yours,
Linus Walleij
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt
index 68e93d5b7ede..c9782397ff14 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt
@@ -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
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt
index 6dd72f8599e9..7b151894f5a0 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt
@@ -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
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt
index 86ecdcfc4fb8..d46973968873 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt
@@ -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
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
index 195a7a0ef0cc..3354a63296d9 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
@@ -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
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt
index 5034eb6653c7..a7dd213c77c6 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt
@@ -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
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt
index f15443f6e78e..da52df6273bc 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt
@@ -128,17 +128,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
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt
index fa97f609fe45..a56cb882830c 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt
@@ -149,17 +149,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
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt
index e70c79bbbc5b..00174f08ba1d 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt
@@ -135,17 +135,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
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt
index 2b8f77762edc..a50e74684195 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt
@@ -150,17 +150,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
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt
index 769ca83bb40d..be034d329e10 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt
@@ -142,17 +142,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
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt
index 665aadb5ea28..321bdb9be0d2 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt
@@ -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