]> asedeno.scripts.mit.edu Git - linux.git/commit
dt-bindings: rtc: Move trivial RTC over to a schemas of their own
authorMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 28 May 2019 20:30:32 +0000 (22:30 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 6 Jun 2019 10:00:45 +0000 (12:00 +0200)
commit43390e0710fdfe4bd7793570c45d9092ed93da1b
tree889f89241712d99ffddac22c73e2852d929d99d7
parent7bdcb8e0454af9f1b3cd16239ae87c9d00f7a134
dt-bindings: rtc: Move trivial RTC over to a schemas of their own

The RTC generic bindings has a bunch of devices that have a pretty simple
binding, with just compatible, reg and optional interrupts properties.

This is exactly what the trivial devices YAML schema has been created for,
except that they can also have the start-year property, but not any other
generic RTC property.

Let's create a schema with those constraints.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Documentation/devicetree/bindings/rtc/rtc.txt
Documentation/devicetree/bindings/rtc/trivial-rtc.yaml [new file with mode: 0644]