2020-01-28 20:43:23

by Alexandre Belloni

[permalink] [raw]
Subject: [PATCH] dt-bindings: rtc: at91rm9200: document clocks property

The clocks property is mandatory, document it.

Reported-by: Rob Herring <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
---
.../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


2020-01-28 21:33:08

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: rtc: at91rm9200: document clocks property

On Tue, Jan 28, 2020 at 2:42 PM Alexandre Belloni
<[email protected]> wrote:
>
> The clocks property is mandatory, document it.
>
> Reported-by: Rob Herring <[email protected]>
> Signed-off-by: Alexandre Belloni <[email protected]>
> ---
> .../devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml | 4 ++++
> 1 file changed, 4 insertions(+)

Acked-by: Rob Herring <[email protected]>

In the future, please Cc the DT list.

Rob