diff options
author | Michal Simek <michal.simek@xilinx.com> | 2021-10-15 11:29:57 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-06-23 11:02:54 +0300 |
commit | 0aec3958c88f855d5fec78c52a8b5b1fe6d98a52 (patch) | |
tree | 8a27459c631f5682fc5608fdf317d58f1aac257a /Documentation/devicetree/bindings/gpio | |
parent | 7668048e5c697a9493ffc0e6001c322b2efe90ae (diff) | |
download | linux-0aec3958c88f855d5fec78c52a8b5b1fe6d98a52.tar.xz |
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 <michal.simek@xilinx.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/655523d7bf9658eb0b8e49a06c8b79a04052e5d5.1634286595.git.michal.simek@xilinx.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'Documentation/devicetree/bindings/gpio')
-rw-r--r-- | Documentation/devicetree/bindings/gpio/gpio-zynq.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |