[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200128204200.22201-1-alexandre.belloni@bootlin.com>
Date: Tue, 28 Jan 2020 21:42:00 +0100
From: Alexandre Belloni <alexandre.belloni@...tlin.com>
To: linux-rtc@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Rob Herring <robh+dt@...nel.org>
Subject: [PATCH] dt-bindings: rtc: at91rm9200: document clocks property
The clocks property is mandatory, document it.
Reported-by: Rob Herring <robh+dt@...nel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@...tlin.com>
---
.../devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
index 39f13711adfc..02bbfe726c62 100644
--- a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
+++ b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml
@@ -27,10 +27,14 @@ properties:
interrupts:
maxItems: 1
+ clocks:
+ maxItems: 1
+
required:
- compatible
- reg
- interrupts
+ - clocks
additionalProperties: false
--
2.24.1
Powered by blists - more mailing lists