2023-05-16 17:51:25

by Jonathan McDowell

[permalink] [raw]
Subject: [PATCH v3 1/5] dt-bindings: gpio: Add GPIO3 for AXP209 GPIO binding schema

The AXP209 has a 4th GPIO, so add it in preparation for support in the
driver.

Signed-off-by: Jonathan McDowell <[email protected]>
Acked-by: Jernej Skrabec <[email protected]>
Acked-by: Conor Dooley <[email protected]>
---
Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml b/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml
index 31906c253940..1638cfe90f1c 100644
--- a/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml
@@ -44,6 +44,7 @@ patternProperties:
- GPIO0
- GPIO1
- GPIO2
+ - GPIO3

function:
enum:
--
2.39.2



2023-05-22 07:47:25

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v3 1/5] dt-bindings: gpio: Add GPIO3 for AXP209 GPIO binding schema

On Tue, May 16, 2023 at 7:47 PM Jonathan McDowell <[email protected]> wrote:

> The AXP209 has a 4th GPIO, so add it in preparation for support in the
> driver.
>
> Signed-off-by: Jonathan McDowell <[email protected]>
> Acked-by: Jernej Skrabec <[email protected]>
> Acked-by: Conor Dooley <[email protected]>

Acked-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij

2023-05-26 12:47:03

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH v3 1/5] dt-bindings: gpio: Add GPIO3 for AXP209 GPIO binding schema

On Tue, May 16, 2023 at 7:47 PM Jonathan McDowell <[email protected]> wrote:
>
> The AXP209 has a 4th GPIO, so add it in preparation for support in the
> driver.
>
> Signed-off-by: Jonathan McDowell <[email protected]>
> Acked-by: Jernej Skrabec <[email protected]>
> Acked-by: Conor Dooley <[email protected]>
> ---
> Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml b/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml
> index 31906c253940..1638cfe90f1c 100644
> --- a/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml
> +++ b/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml
> @@ -44,6 +44,7 @@ patternProperties:
> - GPIO0
> - GPIO1
> - GPIO2
> + - GPIO3
>
> function:
> enum:
> --
> 2.39.2
>

Applied, thanks!

Bart