aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/rtc/sunxi-rtc.txt
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-05-28 22:30:33 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-06-06 12:00:47 +0200
commit36e63ef3582b7cf68ad21fea056a278f9ccef6eb (patch)
tree78a527f96f53f43e799b572ae22da2900044b44d /Documentation/devicetree/bindings/rtc/sunxi-rtc.txt
parentdt-bindings: rtc: Move trivial RTC over to a schemas of their own (diff)
downloadlinux-dev-36e63ef3582b7cf68ad21fea056a278f9ccef6eb.tar.xz
linux-dev-36e63ef3582b7cf68ad21fea056a278f9ccef6eb.zip
dt-bindings: rtc: Convert Allwinner A10 RTC to a schema
The older Allwinner SoCs have an embedded RTC supported in Linux, with a matching Device Tree binding. Now that we have the DT validation in place, let's convert the device tree bindings for that controller over to a YAML schemas. Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc/sunxi-rtc.txt')
-rw-r--r--Documentation/devicetree/bindings/rtc/sunxi-rtc.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/Documentation/devicetree/bindings/rtc/sunxi-rtc.txt b/Documentation/devicetree/bindings/rtc/sunxi-rtc.txt
deleted file mode 100644
index 4a8d79c1cf08..000000000000
--- a/Documentation/devicetree/bindings/rtc/sunxi-rtc.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-* sun4i/sun7i Real Time Clock
-
-RTC controller for the Allwinner A10/A20
-
-Required properties:
-- compatible : Should be "allwinner,sun4i-a10-rtc" or "allwinner,sun7i-a20-rtc"
-- reg: physical base address of the controller and length of memory mapped
- region.
-- interrupts: IRQ line for the RTC.
-
-Example:
-
-rtc: rtc@1c20d00 {
- compatible = "allwinner,sun4i-a10-rtc";
- reg = <0x01c20d00 0x20>;
- interrupts = <24>;
-};