dt-bindings: rtc: at91rm9200: document clocks property
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 28 Jan 2020 20:42:00 +0000 (21:42 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 28 Jan 2020 21:48:34 +0000 (22:48 +0100)
The clocks property is mandatory, document it.

Reported-by: Rob Herring <robh+dt@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200128204200.22201-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml

index 39f1371..02bbfe7 100644 (file)
@@ -27,10 +27,14 @@ properties:
   interrupts:
     maxItems: 1
 
+  clocks:
+    maxItems: 1
+
 required:
   - compatible
   - reg
   - interrupts
+  - clocks
 
 additionalProperties: false