2024-02-14 16:32:56

by Théo Lebrun

[permalink] [raw]
Subject: [PATCH 04/23] dt-bindings: gpio: nomadik: add optional reset property

Add optional reset device-tree property to the Nomadik GPIO controller.

Signed-off-by: Théo Lebrun <[email protected]>
---
Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml b/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml
index e44cf292bc6d..d104662ec445 100644
--- a/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml
@@ -56,6 +56,9 @@ properties:
minimum: 0
maximum: 32

+ resets:
+ maxItems: 1
+
required:
- compatible
- reg

--
2.43.1



2024-02-15 09:23:35

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 04/23] dt-bindings: gpio: nomadik: add optional reset property

On 14/02/2024 17:23, Théo Lebrun wrote:
> Add optional reset device-tree property to the Nomadik GPIO controller.
>
> Signed-off-by: Théo Lebrun <[email protected]>
> ---
> Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2024-02-19 14:56:16

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH 04/23] dt-bindings: gpio: nomadik: add optional reset property

On Wed, Feb 14, 2024 at 5:24 PM Théo Lebrun <[email protected]> wrote:

> Add optional reset device-tree property to the Nomadik GPIO controller.
>
> Signed-off-by: Théo Lebrun <[email protected]>

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

Yours,
Linus Walleij