[PATCH] dt-bindings: dma: xilinx: Add power-domains

From: Michal Simek
Date: Tue May 02 2023 - 09:46:52 EST


Describe optional power-domain property to fix dts_check warnings. The
similar change was done by commit 0aec3958c88f ("dt-bindings: gpio: zynq:
Add power-domains").

Signed-off-by: Michal Simek <michal.simek@xxxxxxx>
---

.../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
index 825294e3f0e8..f066f6983899 100644
--- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
+++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
@@ -41,6 +41,9 @@ properties:
clock-names:
const: axi_clk

+ power-domains:
+ maxItems: 1
+
required:
- "#dma-cells"
- compatible
--
2.36.1