2021-10-15 16:28:27

by Michal Simek

[permalink] [raw]
Subject: [PATCH] dt-bindings: gpio: zynq: Add power-domains

Describe optional power-domain property to fix dts_check warnings.
The similar change was done by commit 8c0aa567146b ("dt-bindings: gpio:
fsl-imx-gpio: Add power-domains").

Signed-off-by: Michal Simek <[email protected]>
---

Documentation/devicetree/bindings/gpio/gpio-zynq.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml b/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
index 980f92ad9eba..da95b951c23e 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
+++ b/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
@@ -36,6 +36,9 @@ properties:
clocks:
maxItems: 1

+ power-domains:
+ maxItems: 1
+
required:
- compatible
- reg
--
2.33.1


2021-10-18 03:40:14

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: gpio: zynq: Add power-domains

On Fri, Oct 15, 2021 at 10:29 AM Michal Simek <[email protected]> wrote:

> Describe optional power-domain property to fix dts_check warnings.
> The similar change was done by commit 8c0aa567146b ("dt-bindings: gpio:
> fsl-imx-gpio: Add power-domains").
>
> Signed-off-by: Michal Simek <[email protected]>

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

Yours,
Linus Walleij

2021-10-27 11:04:18

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: gpio: zynq: Add power-domains

On Fri, 15 Oct 2021 10:29:57 +0200, Michal Simek wrote:
> Describe optional power-domain property to fix dts_check warnings.
> The similar change was done by commit 8c0aa567146b ("dt-bindings: gpio:
> fsl-imx-gpio: Add power-domains").
>
> Signed-off-by: Michal Simek <[email protected]>
> ---
>
> Documentation/devicetree/bindings/gpio/gpio-zynq.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>

Acked-by: Rob Herring <[email protected]>