diff mbox series

dt-bindings: RTC: add stericsson,coh901331 bindings

Message ID 20170915001952.13170-1-alexandre.belloni@free-electrons.com
State Superseded
Headers show
Series dt-bindings: RTC: add stericsson,coh901331 bindings | expand

Commit Message

Alexandre Belloni Sept. 15, 2017, 12:19 a.m. UTC
Add device tree bindings for the ST-Ericsson COH 901 331 Real Time Clock

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 .../devicetree/bindings/rtc/stericsson,coh901331.txt   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/stericsson,coh901331.txt

Comments

Linus Walleij Sept. 15, 2017, 7:13 a.m. UTC | #1
On Fri, Sep 15, 2017 at 2:19 AM, Alexandre Belloni
<alexandre.belloni@free-electrons.com> wrote:

> Add device tree bindings for the ST-Ericsson COH 901 331 Real Time Clock
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Oh this was merged so far back in the day that we were even lax
about adding bindings properly. Too bad, sorry about it.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Linus Walleij
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/rtc/stericsson,coh901331.txt b/Documentation/devicetree/bindings/rtc/stericsson,coh901331.txt
new file mode 100644
index 000000000000..b592faca1612
--- /dev/null
+++ b/Documentation/devicetree/bindings/rtc/stericsson,coh901331.txt
@@ -0,0 +1,18 @@ 
+ST-Ericsson COH 901 331 Real Time Clock
+
+Required properties:
+- compatible: must be "stericsson,coh901331"
+- reg: address range of rtc register set.
+- interrupt-parent: phandle for the interrupt controller.
+- interrupts: rtc alarm interrupt.
+- clocks: phandle to the rtc clock source
+
+Example:
+	rtc: rtc@c0017000 {
+		compatible = "stericsson,coh901331";
+		reg = <0xc0017000 0x1000>;
+		interrupt-parent = <&vicb>;
+		interrupts = <10>;
+		clocks = <&rtc_clk>;
+	};
+