[PATCH] dt-bindings: gpio: zynq: Add power-domains
Subsystems:
gpio subsystem , open firmware and flattened device tree bindings , the rest , xilinx gpio driver
STALE1742d
LANDED
Landed in mainline as 0aec3958c88f on 2022-06-23.
3 messages,
3 authors,
2021-10-26 · open the first message on its own page
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 <redacted>
---
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
On Fri, Oct 15, 2021 at 10:29 AM Michal Simek [off-list ref] 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 <redacted>
Reviewed-by: Linus Walleij <redacted>
Yours,
Linus Walleij
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 <redacted>
---
Documentation/devicetree/bindings/gpio/gpio-zynq.yaml | 3 +++
1 file changed, 3 insertions(+)
Acked-by: Rob Herring <robh@kernel.org>