[PATCH 1/2] dt-bindings: spi: spi-cadence: Describe power-domains property

From: Michal Simek
Date: Thu Aug 03 2023 - 03:24:41 EST


ZynqMP Cadence SPI IP core has own power domain that's why describe it as
optional property.

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

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

diff --git a/Documentation/devicetree/bindings/spi/spi-cadence.yaml b/Documentation/devicetree/bindings/spi/spi-cadence.yaml
index b7552739b554..9eda7f0d2869 100644
--- a/Documentation/devicetree/bindings/spi/spi-cadence.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-cadence.yaml
@@ -49,6 +49,9 @@ properties:
enum: [ 0, 1 ]
default: 0

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