2020-03-08 21:43:24

by Jonathan Neuschäfer

[permalink] [raw]
Subject: [PATCH] dt-bindings: pinctrl: at91: Fix a typo ("descibe")

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
.../devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
index eb39f5051159..e8abbdad7b5d 100644
--- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
@@ -38,7 +38,7 @@ Bank: 3 (A, B and C)
0xffffffff 0x7fff3ccf /* pioB */
0xffffffff 0x007fffff /* pioC */

-For each peripheral/bank we will descibe in a u32 if a pin can be
+For each peripheral/bank we will describe in a u32 if a pin can be
configured in it by putting 1 to the pin bit (1 << pin)

Let's take the pioA on peripheral B
--
2.20.1


2020-03-09 08:51:02

by Ludovic Desroches

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: pinctrl: at91: Fix a typo ("descibe")

On Sun, Mar 08, 2020 at 10:42:30PM +0100, Jonathan Neusch?fer wrote:
>
> Signed-off-by: Jonathan Neusch?fer <[email protected]>
Acked-by: Ludovic Desroches <[email protected]>

> ---
> .../devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
> index eb39f5051159..e8abbdad7b5d 100644
> --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
> @@ -38,7 +38,7 @@ Bank: 3 (A, B and C)
> 0xffffffff 0x7fff3ccf /* pioB */
> 0xffffffff 0x007fffff /* pioC */
>
> -For each peripheral/bank we will descibe in a u32 if a pin can be
> +For each peripheral/bank we will describe in a u32 if a pin can be
> configured in it by putting 1 to the pin bit (1 << pin)
>
> Let's take the pioA on peripheral B
> --
> 2.20.1
>

2020-03-12 10:47:00

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: pinctrl: at91: Fix a typo ("descibe")

On Sun, Mar 8, 2020 at 10:42 PM Jonathan Neuschäfer
<[email protected]> wrote:

> Signed-off-by: Jonathan Neuschäfer <[email protected]>

Patch applied with Ludovic's ACK.

Yours,
Linus Walleij