diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-01-28 21:42:00 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-01-28 22:48:34 +0100 |
commit | f45719240700398b63a165f6b7f3fbab04f0b052 (patch) | |
tree | 2c6f0d5f0e3f896f90f408182e7338374782989b /Documentation | |
parent | rtc: i2c/spi: Avoid inclusion of REGMAP support when not needed (diff) | |
download | linux-f45719240700398b63a165f6b7f3fbab04f0b052.tar.xz linux-f45719240700398b63a165f6b7f3fbab04f0b052.zip |
dt-bindings: rtc: at91rm9200: document clocks property
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |